Skip to content

Commit

Permalink
cd 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
2897robo committed Jun 29, 2024
1 parent a5f0e51 commit ed90bf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
script_stop: true
script: |
echo "Starting new application..."
source ~/.bashrc
nohup java -jar ~/target/BOOK-STORE-ACCOUNT.jar --server.pofiles.active=${{secrets.SPRING_PROFILE}} --server.port=${{ secrets.ACCOUNT_PORT }} > app.log 2>&1 &
echo "New application started. Check app.log for details."
Expand Down

0 comments on commit ed90bf9

Please sign in to comment.