File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 6666 needs : build-and-push-ecr-image
6767 runs-on : self-hosted
6868 steps :
69+ - name : Checkout Code
70+ uses : actions/checkout@v3
71+
6972 - name : Configure AWS credentials
7073 uses : aws-actions/configure-aws-credentials@v1
7174 with :
8184 run : |
8285 docker pull ${{secrets.AWS_ECR_LOGIN_URI}}/${{ secrets.ECR_REPOSITORY_NAME }}:latest
8386
84- - name : Stop and remove container if running
85- run : |
86- docker ps -q --filter "name=phisingurl" | grep -q . && docker stop phisingurl && docker rm -fv phisingurl
87+ # - name: Stop and remove container if running
88+ # run: |
89+ # docker ps -q --filter "name=phisingurl" | grep -q . && docker stop phisingurl && docker rm -fv phisingurl
8790
8891 - name : Run Docker Image to serve users
8992 run : |
You can’t perform that action at this time.
0 commit comments