1
0
Fork 0

fixup! changed deploy action to run on ubuntu-22.04
Some checks failed
hugo-deploy / deploy (push) Failing after 53s

This commit is contained in:
Mia Rose Winter 2024-06-02 19:01:44 +02:00
parent 52587c6f31
commit d06b2c95c7
Signed by: miawinter
GPG key ID: 4B6F6A83178F595E

View file

@ -30,6 +30,6 @@ jobs:
- name: Install rsync - name: Install rsync
run: | run: |
apt-get update apt-get update
apt-get 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 dist/ ${{ secrets.REMOTE_USER }}@${{ secrets.REMOTE_HOST }}:${{ secrets.DEPLOY_LOCATION }}