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 66
66
needs : build-and-push-ecr-image
67
67
runs-on : self-hosted
68
68
steps :
69
+ - name : Checkout Code
70
+ uses : actions/checkout@v3
71
+
69
72
- name : Configure AWS credentials
70
73
uses : aws-actions/configure-aws-credentials@v1
71
74
with :
81
84
run : |
82
85
docker pull ${{secrets.AWS_ECR_LOGIN_URI}}/${{ secrets.ECR_REPOSITORY_NAME }}:latest
83
86
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
87
90
88
91
- name : Run Docker Image to serve users
89
92
run : |
You can’t perform that action at this time.
0 commit comments