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 277ad6b commit 86b1d3a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ jobs:
username: ${{secrets.SSH_USERNAME_RQ}}

script: |
cd 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
mkdir rb
cd rb
git clone [email protected]:software-students-fall2023/4-containerized-app-exercise-rizzballs.git
echo 'success'

0 comments on commit 86b1d3a

Please sign in to comment.