Skip to content

Commit

Permalink
Upload binary via SCP
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelclapham authored Sep 7, 2024
1 parent c37eacc commit 27c7d50
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ jobs:

- run: ls -l

- name: copy file via ssh password
uses: appleboy/[email protected]
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
password: ${{ secrets.SSH_PASSWORD }}
port: ${{ secrets.SSH_PORT }}
source: "qrsync-server"
target: /var/www/qrsync_server

- name: executing remote ssh commands using password
uses: appleboy/[email protected]
with:
Expand Down

0 comments on commit 27c7d50

Please sign in to comment.