Skip to content

Commit

Permalink
fixed compose
Browse files Browse the repository at this point in the history
  • Loading branch information
MouseAndKeyboard committed Oct 5, 2024
1 parent 7ff2321 commit eece243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
port: 22
script: |
cd /root/project
docker compose down
docker compose -f docker-compose.prod.yml up -d --build
docker-compose down
docker-compose -f docker-compose.prod.yml up -d --build
docker system prune -a --force

0 comments on commit eece243

Please sign in to comment.