workflowfix13
Some checks failed
Auto Pull / deploy (push) Failing after 4s

This commit is contained in:
themelm 2025-03-29 16:02:36 -06:00
parent e251f24e18
commit eaeabf3bbf
5 changed files with 8 additions and 8 deletions

View file

@ -9,7 +9,7 @@ jobs:
deploy:
runs-on: docker
steps:
- run: apt update && apt install -y openssh-client git hugo rsync
# - run: apt update && apt install -y openssh-client git hugo rsync
- name: SSH Deploy
#run: apt update && apt install -y openssh-client git hugo rsync
uses: https://github.com/appleboy/ssh-action@v1
@ -21,4 +21,4 @@ jobs:
script: |
ls
cd Homepage
hugo && rsync -oavz --delete public/ /var/www/
hugo && rsync -Oavz --delete public/ /var/www/