update-deployment-workflow #18
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