Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
the-silent-geek committed Sep 27, 2023
1 parent c4aecca commit ee72bc2
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,9 @@
# AZURE-CICD-Deployment-with-Github-Actions

## Save pass:

<<<<<<< HEAD
s3cEZKH5yytiVnJ3h+eI3qhhzf9q1vNwEi6+q+WGdd+ACRCZ7JD6

=======
>>>>>>> 3a8f687cc5a6b6690ed2ad7da6a658e09291b7b9
## Run from terminal:

docker build -t chickenapp.azurecr.io/chicken:latest .

<<<<<<< HEAD
docker login # AZURE-CICD-Deployment-with-Github-Actions

## Run from terminal:
Expand All @@ -38,7 +29,7 @@ docker build -t chickenapp.azurecr.io/chicken:latest .
docker login chickenapp.azurecr.io
=======
docker login chickenapp.azurecr.io/chicken
>>>>>>> 3a8f687cc5a6b6690ed2ad7da6a658e09291b7b9


docker push chickenapp.azurecr.io/chicken:latest

Expand All @@ -58,8 +49,5 @@ docker push chickenapp.azurecr.io/chicken:latest
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
<<<<<<< HEAD
4. Pull the Docker image from the container registry to Web App server and run
=======
4. Pull the Docker image from the container registry to Web App server and run
>>>>>>> 3a8f687cc5a6b6690ed2ad7da6a658e09291b7b9

0 comments on commit ee72bc2

Please sign in to comment.