Skip to content

Commit

Permalink
chore(cd): cd 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobhboy committed Apr 18, 2024
1 parent d232586 commit f747c5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
username: ${{ secrets.SERVER_USERNAME }}
password: ${{ secrets.SERVER_PASSWORD }}
port: ${{ secrets.SERVER_SSH_PORT }}
script: nohup java -jar ~/sickgyun-server/main-server/build/libs/main-server.jar > ~/logs/sickgyun.log 2>&1 &
script: chmod +x ~/script/deploy-main-server.sh & sh ~/script/deploy-main-server.sh

- name: deploy logging-server
# if: steps.changes.outputs.logging == 'true'
Expand All @@ -40,4 +40,4 @@ jobs:
username: ${{ secrets.SERVER_USERNAME }}
password: ${{ secrets.SERVER_PASSWORD }}
port: ${{ secrets.SERVER_SSH_PORT }}
script: sh ~/script/deploy-logging-server.sh
script: chmod +x ~/script/deploy-logging-server.sh & sh ~/script/deploy-logging-server.sh

0 comments on commit f747c5b

Please sign in to comment.