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

This commit is contained in:
mco-system 2024-11-12 21:53:52 +11:00
parent ca0a237992
commit d90a5da3f0

View File

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