Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
devout-coder committed Sep 7, 2024
1 parent 5673801 commit ecd9344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
ssh -i ~/.ssh/id_rsa ${{ secrets.EC2_USER }}@${{ secrets.EC2_HOST }} << 'EOF'
aws ecr get-login-password --region ${{ secrets.AWS_REGION }} | docker login --username AWS --password-stdin ${{ secrets.ECR_REPOSITORY }}
cd ~/doneify_dir
docker compose pull ${{ secrets.ECR_REPOSITORY }}/my_repo
docker compose pull ${{ secrets.ECR_REPOSITORY }}/my_repo:latest
docker compose down
docker compose up -d
EOF

0 comments on commit ecd9344

Please sign in to comment.