deploy: add known_hosts
Some checks failed
deploy systems / deploy (push) Failing after 9m35s
flake check / check (push) Has been cancelled
fmt check / check (push) Has been cancelled
Some checks failed
deploy systems / deploy (push) Failing after 9m35s
flake check / check (push) Has been cancelled
fmt check / check (push) Has been cancelled
This commit is contained in:
parent
83a17b59e1
commit
b4ffe56ccf
1 changed files with 2 additions and 0 deletions
|
@ -14,9 +14,11 @@ jobs:
|
|||
run: |
|
||||
mkdir -p .ssh && cd .ssh
|
||||
echo "$SSH_KEY" > forgejo
|
||||
echo "$SSH_KNOWN_HOSTS" > known_hosts
|
||||
shell: bash
|
||||
env:
|
||||
SSH_KEY: ${{secrets.SSH_DEPLOY_KEY}}
|
||||
SSH_KNOWN_HOSTS: ${{secrets.SSH_KNOWN_HOSTS}}
|
||||
- name: deploy
|
||||
run: |
|
||||
cd .ssh
|
||||
|
|
Loading…
Reference in a new issue