Skip to content

Commit

Permalink
CI CD working
Browse files Browse the repository at this point in the history
  • Loading branch information
PaletiKrishnasai committed Dec 17, 2023
1 parent 29e0c52 commit 33a0c3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ jobs:
docker pull ${{secrets.AWS_ECR_LOGIN_URI}}/${{ secrets.ECR_REPOSITORY_NAME }}:latest
### Uncomment the following lines if we have to push with the latest image and version. will stop the container and restart it.
# - name: Stop and remove container if running
# run: |
# docker ps -q --filter "name=texts" | grep -q . && docker stop texts && docker rm -fv texts
- name: Stop and remove container if running
run: |
docker ps -q --filter "name=texts" | grep -q . && docker stop texts && docker rm -fv texts
- name: Run Docker Image to serve users
run: |
Expand Down

0 comments on commit 33a0c3d

Please sign in to comment.