More changes
Some checks failed
Deploy Project / deploy (push) Failing after 4s
Testing / test (1.23.x, ubuntu-latest) (push) Successful in 1m16s
Build and Push Docker Image / build-and-push (push) Successful in 10m37s

This commit is contained in:
2025-02-11 17:18:40 -05:00
parent 1aba36467a
commit 57aa34186b

View File

@ -22,7 +22,7 @@ jobs:
- name: Setup SSH
shell: bash
run: |
whoiam
whoami
eval `ssh-agent -s`
mkdir -p /home/runner/.ssh/
touch /home/runner/.ssh/id_rsa
@ -35,6 +35,6 @@ jobs:
shell: bash
run: |
ssh -tt -o StrictHostKeyChecking=no gitea@${{secrets.SSH_HOST}}
whoiam
whoami
#