Skip to content

Commit

Permalink
update: workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
SHEOMM authored Apr 2, 2024
1 parent 87d9aff commit e444840
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
host: ${{ secrets.ORACLE_SERVER_HOST }}
username: ${{ secrets.ORACLE_SERVER_USERNAME }}
key: ${{ secrets.ORACLE_SERVER_SSH_KEY }}
port: $ {{ secrets.ORACLE_SERVER_PORT }}
target: ${{ secrets.DEPLOY_TARGET }}
rm: true

Expand All @@ -62,7 +61,6 @@ jobs:
host: ${{ secrets.ORACLE_SERVER_HOST }}
username: ${{ secrets.ORACLE_SERVER_USERNAME }}
key: ${{ secrets.ORACLE_SERVER_SSH_KEY }}
port: $ {{ secrets.ORACLE_SERVER_PORT }}
script: |
cd /home/ubuntu/project/areyouhere-server
nohup sudo java -jar are-you-here.jar > output.log &
Expand Down

0 comments on commit e444840

Please sign in to comment.