1
0
Fork 0

fixed rsync command in deploy action
All checks were successful
hugo-deploy / deploy (push) Successful in 53s

This commit is contained in:
Mia Rose Winter 2024-06-02 19:03:23 +02:00
parent d06b2c95c7
commit 36ea1b56d0
Signed by: miawinter
GPG key ID: 4B6F6A83178F595E

View file

@ -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 }}