This commit is contained in:
parent
e251f24e18
commit
eaeabf3bbf
5 changed files with 8 additions and 8 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue