Skip to content

Commit

Permalink
Update build-pages-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
webrian authored Sep 12, 2023
1 parent d810b60 commit 869d700
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-pages-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,15 @@ jobs:
- name: List files in the repository
run: |
ls ${{ github.workspace }}/_site/
- name: Copy files via ssh key
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
port: ${{ secrets.PORT }}
key: ${{ secrets.KEY }}
source: "_site/*"
target: /var/www/sites/qgisch

- run: echo "This job's status is ${{ job.status }}."

0 comments on commit 869d700

Please sign in to comment.