Skip to content

Commit

Permalink
Merge pull request #129 from sparcs-kaist/feat/fix-prod-deploy-action
Browse files Browse the repository at this point in the history
  • Loading branch information
withSang authored Sep 17, 2023
2 parents 0a7cedf + cdeec28 commit bd895e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
script_stop: true # stop script if any command has failed
script: |
cd ${{ secrets.PROD_WORKING_DIRECTORY }}
yarn docker:prod pull
yarn docker:prod up --force-recreate --build -d
docker compose -f .docker/docker-compose.yml -p zabo --env-file=.docker/.env.prod pull
docker compose -f .docker/docker-compose.yml -p zabo --env-file=.docker/.env.prod up --force-recreate --build -d

0 comments on commit bd895e3

Please sign in to comment.