Skip to content

Commit

Permalink
Merge pull request #46 from SproutMJ/워크플로우-갱신
Browse files Browse the repository at this point in the history
�deploy: 배포 워크플로우 갱신
  • Loading branch information
SproutMJ authored May 26, 2024
2 parents c6033f9 + 1b04bb8 commit 82f6c92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ jobs:
- name: Deploy BACK to production server
working-directory: backend/prod/
run: |
nohup bash -c './start.sh </dev/null >nohup.out 2>&1 &' &
$env:RUNNER_TRACKING_ID=""
./start.sh

0 comments on commit 82f6c92

Please sign in to comment.