WIP: Initial VM provisioning #4
|
@ -66,6 +66,8 @@ jobs:
|
||||||
mkdir -p -m 700 ~/.ssh
|
mkdir -p -m 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
|
||||||
|
cat ~/.ssh/id_rsa | wc -c
|
||||||
|
cat ~/.ssh/id_rsa | wc -l
|
||||||
|
|
||||||
- name: Run playbooks
|
- name: Run playbooks
|
||||||
if: env.DEPLOY != 'none' && steps.playbooks.outputs.to_run != ''
|
if: env.DEPLOY != 'none' && steps.playbooks.outputs.to_run != ''
|
||||||
|
|
Loading…
Reference in New Issue