fixup! changed deploy action to run on ubuntu-22.04
Some checks failed
hugo-deploy / deploy (push) Failing after 53s
Some checks failed
hugo-deploy / deploy (push) Failing after 53s
This commit is contained in:
parent
52587c6f31
commit
d06b2c95c7
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -30,6 +30,6 @@ jobs:
|
|||
- name: Install rsync
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install rsync
|
||||
apt-get -y install 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 }}
|
||||
|
|
Loading…
Reference in a new issue