More changes
Some checks failed
Deploy Project / deploy (push) Failing after 4s
Build and Push Docker Image / build-and-push (push) Has been cancelled
Testing / test (1.23.x, ubuntu-latest) (push) Has been cancelled

This commit is contained in:
2025-02-11 17:17:57 -05:00
parent 09b11a9f80
commit 1aba36467a
2 changed files with 10 additions and 7 deletions

View File

@ -22,11 +22,13 @@ jobs:
- name: Setup SSH
shell: bash
run: |
whoiam
eval `ssh-agent -s`
mkdir -p /home/runner/.ssh/
touch /home/runner/.ssh/id_rsa
echo -e "${{secrets.SSH_KEY}}" > /home/runner/.ssh/id_rsa
chmod 700 /home/runner/.ssh/id_rsa
ls -la /home/runner/.ssh/
ssh-keyscan -t rsa,dsa,ecdsa,ed25519 ${{secrets.SSH_HOST}} >> /home/runner/.ssh/known_hosts
- name: SSH to the Prod env