Skip to content

Commit

Permalink
Merge pull request #108 from Team-FAB/deploy-cicd-fix
Browse files Browse the repository at this point in the history
fix : docker pull 삭제, docker compose up 옵션 변경
  • Loading branch information
yjjjwww committed Jun 30, 2023
2 parents c2de2ef + da6ce73 commit 8888ffb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,5 @@ jobs:
echo "${{ secrets.API_ENV }}" | base64 --decode > api.env
echo "${{ secrets.MONGO_ENV }}" | base64 --decode > mongo.env
sudo chmod 666 /var/run/docker.sock
sudo docker pull yjjjwww/banggabgo
sudo docker compose up -d --force-recreate
sudo docker compose up -d --build
sudo docker image prune -f

0 comments on commit 8888ffb

Please sign in to comment.