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

add rsync step #76

Merged
merged 2 commits into from Oct 5, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 }}