WIP: Initial VM provisioning #4

Closed
cyclane wants to merge 38 commits from initial-vm-provisioning into main
1 changed files with 2 additions and 0 deletions
Showing only changes of commit f447e9e77e - Show all commits

View File

@ -66,6 +66,8 @@ jobs:
mkdir -p -m 700 ~/.ssh
echo "${{ secrets.SSH_PRIVATE }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
cat ~/.ssh/id_rsa | wc -c
cat ~/.ssh/id_rsa | wc -l
- name: Run playbooks
if: env.DEPLOY != 'none' && steps.playbooks.outputs.to_run != ''