Skip to content

Commit

Permalink
feat: test
Browse files Browse the repository at this point in the history
  • Loading branch information
miro-ring committed Jan 10, 2024
1 parent b3c54c6 commit 8c66720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
key: ${{ secrets.EC2_SSH_PRIVATE_KEY }}
envs: REGISTRY,REPOSITORY,IMAGE_TAG,AWS_REGION,IMAGE_NAME
scripts: |-
aws ecr get-login-password --region ${{ env.AWS_REGION }}
sudo $(aws ecr get-login-password --region ${{ env.AWS_REGION }})
sudo docker stop ${{ env.IMAGE_NAME }} || true
sudo docker rm ${{ env.IMAGE_NAME }} || true
sudo docker pull $REGISTRY/$REPOSITORY:$IMAGE_TAG
Expand Down

0 comments on commit 8c66720

Please sign in to comment.