Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Oct 27, 2024
1 parent 3bef4ba commit d8b8319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aws-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,6 @@ jobs:
sudo docker login --username ${{ secrets.DOCKER_EMAIL }} --password ${{ secrets.DOCKER_PASSWORD }}
cd /home/ubuntu/layer-api/infra/${{ env.DEPLOY_TARGET }}
sudo docker-compose pull && sudo docker-compose up -d
cd /home/ubuntu/layer-batch/infra/${{ env.DEPLOY_TARGET }}
sudo docker-compose pull && sudo docker-compose up -d
# cd /home/ubuntu/layer-batch/infra/${{ env.DEPLOY_TARGET }}
# sudo docker-compose pull && sudo docker-compose up -d
sudo docker image prune -a -f

0 comments on commit d8b8319

Please sign in to comment.