Skip to content

Commit

Permalink
fix : git action deploy 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
bongsh0112 committed Nov 26, 2023
1 parent 211673b commit 5716f0b
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 @@ -49,6 +49,6 @@ jobs:
sudo docker rm - f $(docker ps -qa)
sudo docker-compose pull
sudo docker stop $(docker ps -a -q)
sudo docker-compose up -d
sudo docker-compose -f docker-compose.test.yml up -d
sudo docker logs -f backend &> concal.log &
sudo docker image prune -f

0 comments on commit 5716f0b

Please sign in to comment.