test: ssh in root
Some checks failed
Provision & Configure / Terraform Apply (push) Failing after 35s
Some checks failed
Provision & Configure / Terraform Apply (push) Failing after 35s
This commit is contained in:
@ -33,7 +33,6 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- run: echo "Home is $HOME"
|
||||
# Terraform
|
||||
- name: Set up Terraform
|
||||
uses: hashicorp/setup-terraform@v3
|
||||
@ -68,9 +67,9 @@ jobs:
|
||||
# mkdir -p ~/.ssh
|
||||
# printf "%s" "${{ secrets.AZURE_SSH_PRIVATE_KEY }}" > ~/.ssh/azure
|
||||
# chmod 600 ~/.ssh/azure
|
||||
mkdir -p ~/.ssh
|
||||
printf "%s" "${{ secrets.SKYLAB_SSH_PRIVATE_KEY }}" > ~/.ssh/skylab
|
||||
chmod 600 ~/.ssh/skylab
|
||||
# mkdir -p ~/.ssh
|
||||
printf "%s" "${{ secrets.SKYLAB_SSH_PRIVATE_KEY }}" > /skylab
|
||||
chmod 600 skylab
|
||||
|
||||
- name: Install Ansible
|
||||
shell: bash
|
||||
|
Reference in New Issue
Block a user