You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: week7/Docker Compose & Azure+VM.md
+45-4Lines changed: 45 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,48 @@ In this example we **Defined a `docker-compose.yml` file** with a basic multi-se
139
139
The application is now running on the Azure VM, accessible from the public IP on port 3000, and can be managed using Docker Compose.
140
140
141
141
142
-
# Deploy to Azure VM via CI/CD
143
-
144
-
insted of manuly we can use automte tool like github action
145
-
142
+
# Deploy to Azure VM via CI/CD
143
+
144
+
Instead of deploying manually, we automated the deployment process using GitHub Actions. This allows us to build, test, and deploy our application to the Azure VM automatically whenever changes are pushed to the repository.
0 commit comments