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 authored Nov 4, 2023
1 parent 2c5d3ea commit 89b62f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/backend_pr_cd_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
key: ${{ secrets.PRIVATE_KEY }}
port: ${{ secrets.PORT }}
script: |
cd ~/citadels/backend
cd ~/citadels/backend
export COMPOSE_DOCKER_CLI_BUILD=0
export DOCKER_BUILDKIT=0
sudo MONGO_URI=$MONGO_URI docker-compose up -d --build
env:
TARGET_DIR: ${{ secrets.TARGET_DIR }}

0 comments on commit 89b62f9

Please sign in to comment.