Skip to content

Commit

Permalink
Update backend_pr_cd_job.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chiashengchen committed Nov 9, 2023
1 parent 215e379 commit dc431a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend_pr_cd_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd ~/citadels/backend
sudo -E DOCKER_BUILDKIT=0 docker-compose up -d --build
sudo -E docker-compose up -d --build
env:
TARGET_DIR: ${{ secrets.TARGET_DIR }}

0 comments on commit dc431a8

Please sign in to comment.