Test nuovo deploy.
This commit is contained in:
parent
042ee6a1e4
commit
5963ca2fc5
|
@ -10,6 +10,7 @@ jobs:
|
||||||
- run: /venv/bin/pelican content -s publishconf.py
|
- run: /venv/bin/pelican content -s publishconf.py
|
||||||
- uses: burnett01/rsync-deployments@6.0.0
|
- uses: burnett01/rsync-deployments@6.0.0
|
||||||
with:
|
with:
|
||||||
|
switches: -avz --delete
|
||||||
path: output/
|
path: output/
|
||||||
remote_host: ${{ secrets.REMOTE_HOST }}
|
remote_host: ${{ secrets.REMOTE_HOST }}
|
||||||
remote_port: ${{ secrets.REMOTE_PORT }}
|
remote_port: ${{ secrets.REMOTE_PORT }}
|
||||||
|
|
Loading…
Reference in New Issue