## del'd ssh extra params, added test ssh command
Some checks failed
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Failing after 34s
Some checks failed
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Failing after 34s
This commit is contained in:
parent
4d0f7616a7
commit
b3997830a2
@ -25,12 +25,18 @@ jobs:
|
|||||||
chmod a+r /etc/apt/sources.list.d/opentofu.list
|
chmod a+r /etc/apt/sources.list.d/opentofu.list
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y tofu
|
apt-get install -y tofu
|
||||||
|
- name: Update ssh config
|
||||||
|
run: |
|
||||||
|
umask 077
|
||||||
|
mkdir .ssh
|
||||||
|
echo -e "Host git.libre.audio\n Port 2222" >> ~/.ssh/config
|
||||||
|
- name: Test ssh host pubkey
|
||||||
|
run: |
|
||||||
|
ssh git@git.libre.audio
|
||||||
- name: tofu Checkout
|
- name: tofu Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: 'seasharp/eqit_tofu-plan'
|
repository: 'seasharp/eqit_tofu-plan'
|
||||||
ref: 'refs/heads/main'
|
|
||||||
path: 'tofu'
|
|
||||||
ssh-key: |-
|
ssh-key: |-
|
||||||
-----BEGIN OPENSSH PRIVATE KEY-----
|
-----BEGIN OPENSSH PRIVATE KEY-----
|
||||||
b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW
|
b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user