This commit is contained in:
parent
09a3007cc4
commit
0927fb6c5a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/update-server.yml
vendored
1
.github/workflows/update-server.yml
vendored
|
@ -7,6 +7,7 @@ jobs:
|
|||
steps:
|
||||
- name: setup ssh
|
||||
run: |
|
||||
set -e
|
||||
mkdir -p ~/.ssh/
|
||||
echo "$SSH_KEY" > ~/.ssh/staging.key
|
||||
chmod 600 ~/.ssh/staging.key
|
||||
|
|
Reference in a new issue