Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #76 from complexdatacollective/rsync-deploy
Browse files Browse the repository at this point in the history
add rsync step
  • Loading branch information
jthrilly committed Oct 5, 2021
2 parents 07e76b6 + 35cc9b8 commit f0bea3e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/github-pages.yml
Expand Up @@ -26,3 +26,13 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site
name: DEPLOY
- name: rsync deployments
uses: burnett01/rsync-deployments@5.1
with:
switches: -avzr --delete
path: ./_site
remote_path: /var/www/documentation.networkcanvas.com/
remote_host: networkcanvas.com
remote_user: deploy
remote_key: ${{ secrets.DEPLOY_PK }}

0 comments on commit f0bea3e

Please sign in to comment.