feat: gitea action runner
Some checks failed
Deploy files / update-stack (push) Failing after 22s

This commit is contained in:
mco-system 2024-11-12 21:55:11 +11:00
parent d90a5da3f0
commit a3c990ba77

View File

@ -14,7 +14,7 @@ jobs:
- name: Create SSH private key
run: |
mkdir -p .ssh/
echo "${secrets.SSH_PRIV_KEY}" | tr -d '\r' > .ssh/id_rsa
echo "${{secrets.SSH_PRIV_KEY}}" | tr -d '\r' > .ssh/id_rsa
chmod 600 .ssh/id_rsa
- name: Retrieve Git serveur hostname and port
env: