From 34bc6569d76a7d03455816f32da98363dac00400 Mon Sep 17 00:00:00 2001 From: Dammala Uday Kiran <106368081+the-silent-geek@users.noreply.github.com> Date: Sat, 23 Sep 2023 19:49:53 +0530 Subject: [PATCH] Update README.md --- README.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/README.md b/README.md index bc8f743..7b8204e 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,43 @@ 7. Update the pipeline 8. Update the main.py 9. Update the dvc.yaml + + +# AZURE-CICD-Deployment-with-Github-Actions + +## Save pass: + +s3cEZKH5yytiVnJ3h+eI3qhhzf9q1vNwEi6+q+WGdd+ACRCZ7JD6 + + +## Run from terminal: + +docker build -t chickenapp.azurecr.io/chicken:latest . + +docker login # AZURE-CICD-Deployment-with-Github-Actions + +## Run from terminal: + +docker build -t chickenapp.azurecr.io/chicken:latest . + +docker login chickenapp.azurecr.io + +docker push chickenapp.azurecr.io/chicken:latest + + +## Deployment Steps: + +1. Build the Docker image of the Source Code +2. Push the Docker image to Container Registry +3. Launch the Web App Server in Azure +4. Pull the Docker image from the container registry to Web App server and run + +docker push chickenapp.azurecr.io/chicken:latest + + +## Deployment Steps: + +1. Build the Docker image of the Source Code +2. Push the Docker image to Container Registry +3. Launch the Web App Server in Azure +4. Pull the Docker image from the container registry to Web App server and run