test
This commit is contained in:
parent
93c4d07fbe
commit
ce272a4c33
2
.github/workflows/deply.yml
vendored
2
.github/workflows/deply.yml
vendored
|
@ -14,6 +14,8 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
|
||||
- name: Push to dokku
|
||||
env:
|
||||
HOST_KEY: ${{ secrets.HOST_KEY }}
|
||||
run: |
|
||||
mkdir ~/.ssh
|
||||
echo $HOST_KEY > ~/.ssh/known_hosts
|
||||
|
|
Loading…
Reference in New Issue
Block a user