Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/guides/angular/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ summary: |
This guide explains how to containerize Angular applications using Docker.
toc_min: 1
toc_max: 2
aliases:
- /guides/angular/configure-github-actions/
- /guides/angular/deploy/
languages: [js]
params:
time: 20 minutes
Expand All @@ -31,10 +34,7 @@ In this guide, you will learn how to:
- Containerize and run an Angular application using Docker.
- Set up a local development environment for Angular inside a container.
- Run tests for your Angular application within a Docker container.
- Configure a CI/CD pipeline using GitHub Actions for your containerized app.
- Deploy the containerized Angular application to a local Kubernetes cluster for testing and debugging.

You'll start by containerizing an existing Angular application and work your way up to production-level deployments.
You'll start by containerizing an existing Angular application.

---

Expand Down
323 changes: 0 additions & 323 deletions content/guides/angular/configure-github-actions.md

This file was deleted.

Loading