This commit is contained in:
parent
c54f441965
commit
8d48c45690
1 changed files with 2 additions and 1 deletions
|
@ -9,8 +9,9 @@ jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
|
- run: apt update && apt install -y openssh-client git hugo rsync
|
||||||
- name: SSH Deploy
|
- name: SSH Deploy
|
||||||
run: apt update && apt install -y openssh-client git hugo rsync
|
#run: apt update && apt install -y openssh-client git hugo rsync
|
||||||
uses: https://github.com/appleboy/ssh-action@v1
|
uses: https://github.com/appleboy/ssh-action@v1
|
||||||
#
|
#
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue