Skip to content

Commit f5add04

Browse files
committed
ci-cd
1 parent feb162d commit f5add04

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
key: ${{ secrets.EC2_PRIVATE_KEY }}
5656
script_stop: true
5757
script: |
58+
APP_NAME=${{ env.APP_NAME }}
5859
docker stop $APP_NAME || true
5960
docker rm $APP_NAME || true
6061
docker pull ${{ steps.login-ecr.outputs.registry }}/$APP_NAME:latest

0 commit comments

Comments
 (0)