Skip to content

Commit

Permalink
Update deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Villavicencio authored Jun 22, 2024
1 parent 57898da commit 8d3723f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,11 @@ jobs:
username: ${{ secrets.DROPLET_USERNAME }}
key: ${{ secrets.DROPLET_PRIVATE_TOKEN }}
script: |
# Checkout working directory
cd riven_of_a_thousand_servers/
# Stop current Docker compose
docker compose down
# Start Docker compose
docker compose -f compose.yml -f compose.prod.yml up
docker compose -f compose.yml -f compose.prod.yml up

0 comments on commit 8d3723f

Please sign in to comment.