Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueBerrySoda authored May 4, 2024
1 parent 4df6fcc commit 4794420
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,9 @@ jobs:
sudo docker rm -f $(sudo docker ps -qa)
fi
sudo docker pull ${{ secrets.DOCKER_REPO }}/spring:latest
sudo docker pull ${{ secrets.DOCKER_REPO }}/nginx:latest
sudo docker pull ${{ secrets.DOCKER_REPO }}/ruby:latest
sudo docker pull ${{ secrets.DOCKER_REPO }}/spring:test
sudo docker pull ${{ secrets.DOCKER_REPO }}/nginx:test
sudo docker pull ${{ secrets.DOCKER_REPO }}/ruby:test
sudo docker compose -f capstone/docker-compose.yml up -d
sudo docker image prune -f
Expand Down

0 comments on commit 4794420

Please sign in to comment.