WIP: Joplin VM #3

Closed
cyclane wants to merge 12 commits from joplin-initial into main
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 5ff100c6a6 - Show all commits

View File

@ -63,8 +63,7 @@ jobs:
- name: Setup environment
if: env.DEPLOY != 'none' && steps.playbooks.outputs.to_run != ''
run: |
mkdir ~/.ssh
chmod 700 ~/.ssh
mkdir -p -m 700 ~/.ssh
echo "${{ secrets.SSH_PRIVATE }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa