Skip to content

Commit

Permalink
Upload website files via SCP
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelclapham authored Sep 7, 2024
1 parent 79391a5 commit 1b12800
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,15 @@ jobs:
- run: npm run build
- run: sudo apt-get install tree
- run: tree build
- name: Upload site files
uses: appleboy/[email protected]
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
password: ${{ secrets.SSH_PASSWORD }}
port: ${{ secrets.SSH_PORT }}
source: "build"
target: /var/www/qrsync
overwrite: true


0 comments on commit 1b12800

Please sign in to comment.