WIP: Joplin VM #3
3
.github/workflows/infra.yaml
vendored
3
.github/workflows/infra.yaml
vendored
@ -63,8 +63,7 @@ jobs:
|
|||||||
- name: Setup environment
|
- name: Setup environment
|
||||||
if: env.DEPLOY != 'none' && steps.playbooks.outputs.to_run != ''
|
if: env.DEPLOY != 'none' && steps.playbooks.outputs.to_run != ''
|
||||||
run: |
|
run: |
|
||||||
mkdir ~/.ssh
|
mkdir -p -m 700 ~/.ssh
|
||||||
chmod 700 ~/.ssh
|
|
||||||
echo "${{ secrets.SSH_PRIVATE }}" > ~/.ssh/id_rsa
|
echo "${{ secrets.SSH_PRIVATE }}" > ~/.ssh/id_rsa
|
||||||
chmod 600 ~/.ssh/id_rsa
|
chmod 600 ~/.ssh/id_rsa
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user