Деплой через Actions
This commit is contained in:
parent
8622eee192
commit
617ab0674e
@ -13,7 +13,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup SSH
|
- name: Setup SSH
|
||||||
run: |
|
run: |
|
||||||
mkdir ~/.ssh/
|
mkdir -p ~/.ssh/
|
||||||
echo "$HUGO_PRIVATE_KEY" > ~/.ssh/id_rsa
|
echo "$HUGO_PRIVATE_KEY" > ~/.ssh/id_rsa
|
||||||
echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
|
echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
|
||||||
chmod 600 ~/.ssh/id_rsa
|
chmod 600 ~/.ssh/id_rsa
|
||||||
|
Loading…
Reference in New Issue
Block a user