ssh fix?
This commit is contained in:
parent
cd1ce9d8b2
commit
2418fe8b4a
1 changed files with 1 additions and 2 deletions
|
@ -45,8 +45,7 @@ jobs:
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: static-site
|
name: static-site
|
||||||
- id: ssh-setup
|
- uses: ./.forgejo/local-action/ssh-setup
|
||||||
uses: ./.forgejo/local-action
|
|
||||||
with:
|
with:
|
||||||
DEPLOY_HOST: $DEPLOY_HOST
|
DEPLOY_HOST: $DEPLOY_HOST
|
||||||
SSH_KNOWN_HOSTS: $SSH_KNOWN_HOSTS
|
SSH_KNOWN_HOSTS: $SSH_KNOWN_HOSTS
|
||||||
|
|
Loading…
Reference in a new issue