We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb162d commit f5add04Copy full SHA for f5add04
1 file changed
.github/workflows/deploy.yml
@@ -55,6 +55,7 @@ jobs:
55
key: ${{ secrets.EC2_PRIVATE_KEY }}
56
script_stop: true
57
script: |
58
+ APP_NAME=${{ env.APP_NAME }}
59
docker stop $APP_NAME || true
60
docker rm $APP_NAME || true
61
docker pull ${{ steps.login-ecr.outputs.registry }}/$APP_NAME:latest
0 commit comments