fixed rsync command in deploy action
All checks were successful
hugo-deploy / deploy (push) Successful in 53s
All checks were successful
hugo-deploy / deploy (push) Successful in 53s
This commit is contained in:
parent
d06b2c95c7
commit
36ea1b56d0
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -32,4 +32,4 @@ jobs:
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get -y install rsync
|
apt-get -y install rsync
|
||||||
- name: Deploy with rsync
|
- name: Deploy with rsync
|
||||||
run: rsync -atv --delete --progress --checksum --whole-file -e ssh dist/ ${{ secrets.REMOTE_USER }}@${{ secrets.REMOTE_HOST }}:${{ secrets.DEPLOY_LOCATION }}
|
run: rsync -atv --delete --progress --checksum --whole-file -e ssh public/ ${{ secrets.REMOTE_USER }}@${{ secrets.REMOTE_HOST }}:${{ secrets.DEPLOY_LOCATION }}
|
||||||
|
|
Loading…
Reference in a new issue