This commit is contained in:
parent
887d0f75cc
commit
c54f441965
1 changed files with 2 additions and 1 deletions
|
@ -10,8 +10,9 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: SSH Deploy
|
- name: SSH Deploy
|
||||||
|
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
|
||||||
#run: apt update && apt install -y openssh-client git hugo rsync
|
#
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.HOST_ADDRESS }}
|
host: ${{ secrets.HOST_ADDRESS }}
|
||||||
username: forgejo #$ {{ secrets.SSH_USER }} #
|
username: forgejo #$ {{ secrets.SSH_USER }} #
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue