Skip to content

Commit

Permalink
[STMT-6] ๐Ÿ’š CI/CD ๋„์ปค ์ปดํฌ์ฆˆ ์„œ๋น„์Šค ์ด๋ฆ„ ๋ณ€๊ฒฝ
Browse files Browse the repository at this point in the history
  • Loading branch information
05AM authored Feb 17, 2024
1 parent accc69e commit 830f48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ jobs:
sudo docker pull ${{ secrets.DOCKER_USERNAME }}/server
sudo docker stop stumeet-server
docker container prune -f
sudo docker-compose up -d --no-deps --force-recreate server
sudo docker-compose up -d --no-deps --force-recreate stumeet-server
sudo docker image prune -f

0 comments on commit 830f48a

Please sign in to comment.