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 49ec257 commit 57cd4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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: whoami
script: nohup java -jar ~/sickgyun-server/main-server/build/libs/main-server.jar > ~/logs/sickgyun.log 2>&1 &

- name: deploy logging-server
# if: steps.changes.outputs.logging == 'true'
Expand Down

0 comments on commit 57cd4e9

Please sign in to comment.