Skip to content

Commit 3a30131

Browse files
Updated CD pipeline
1 parent c13d624 commit 3a30131

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ jobs:
8585
run: |
8686
docker pull ${{secrets.AWS_ECR_LOGIN_URI}}/${{ secrets.ECR_REPOSITORY_NAME }}:latest
8787
88-
- name: Stop and remove container if running
89-
run: |
90-
docker ps -q --filter "name=networksecurity" | grep -q . && docker stop networksecurity && docker rm -fv networksecurity
88+
#- name: Stop and remove container if running
89+
# run: |
90+
# docker ps -q --filter "name=networksecurity" | grep -q . && docker stop networksecurity && docker rm -fv networksecurity
9191

9292
- name: Run Docker Image to serve users
9393
run: |

0 commit comments

Comments
 (0)