Skip to content

Commit

Permalink
fix: modfiy dev cd
Browse files Browse the repository at this point in the history
  • Loading branch information
junseokkim authored Jan 5, 2024
1 parent 59fc43b commit 74be0b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/owori-dev-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
script: |
cd ~/Owori-Server
git pull
sudo docker-compose -f docker-compose.prod.yml down
sudo docker-compose -f docker-compose.prod.yml up --build -d
sudo docker-compose -f docker-compose.yml down
sudo docker-compose -f docker-compose.yml up --build -d

0 comments on commit 74be0b0

Please sign in to comment.