Skip to content

Commit

Permalink
FEAT: Add compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
thinley4 committed Oct 26, 2024
1 parent 73022e2 commit 92d76ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_KEY }}
script: |
cd composeFile/compose.yml
cd ~/composeFile/compose.yml
sudo docker-compose pull
sudo docker-compose up -d
# script: |
Expand Down

0 comments on commit 92d76ae

Please sign in to comment.