Skip to content

Commit

Permalink
yes i can
Browse files Browse the repository at this point in the history
  • Loading branch information
GodCipher committed May 29, 2024
1 parent fda5898 commit 7365e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
username: ${{ secrets.SFTP_USERNAME }}
password: ${{ secrets.SFTP_PASSWORD }}
server: ${{ secrets.SERVER_IP }}
port: 22
port: ${{ secrets.SERVER_PORT }}
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
local_path: '*.jar'
remote_path: ${{ secrets.REMOTE_PATH }}
Expand Down

0 comments on commit 7365e7c

Please sign in to comment.