Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
kingslayerrq committed Dec 4, 2023
1 parent c6a1177 commit 2a4ee74
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ jobs:
username: ${{secrets.SSH_USERNAME_RQ}}

script: |
cd rb
cd rb/4-containerized-app-exercise-rizzballs/
docker container prune -f
docker image prune -f
docker volume prune -f
docker-compose pull
docker-compose down
docker-compose up -d

0 comments on commit 2a4ee74

Please sign in to comment.