fix: ssh key to pub
Some checks failed
Provision & Configure / Terraform Apply (push) Failing after 1m3s
Some checks failed
Provision & Configure / Terraform Apply (push) Failing after 1m3s
This commit is contained in:
@ -68,9 +68,8 @@ jobs:
|
||||
# printf "%s" "${{ secrets.AZURE_SSH_PRIVATE_KEY }}" > ~/.ssh/azure
|
||||
# chmod 600 ~/.ssh/azure
|
||||
mkdir -p ~/.ssh
|
||||
echo "${{ secrets.SKYLAB_SSH_PRIVATE_KEY }}"
|
||||
printf "%s" "${{ secrets.SKYLAB_SSH_PRIVATE_KEY }}" > ~/.ssh/skylab
|
||||
chmod 600 ~/.ssh/skylab
|
||||
printf "%s" "${{ secrets.SKYLAB_SSH_PRIVATE_KEY }}" > ~/.ssh/skylab.pub
|
||||
chmod 600 ~/.ssh/skylab.pub
|
||||
|
||||
- name: Install Ansible
|
||||
shell: bash
|
||||
|
Reference in New Issue
Block a user