Skip to content

Commit

Permalink
Attempt #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan-Horng committed Dec 4, 2023
1 parent ccc98cb commit 532c31d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_KEY }}
script: |
cd /var/www/myapp
docker-compose pull
docker-compose down
docker-compose up -d
mkdir test
cd test
git clone [email protected]/software-students-fall2023/4-containerized-app-exercise-rizzballs.git
echo 'Deployment successful to digital ocean'

0 comments on commit 532c31d

Please sign in to comment.