Update .gitea/workflows/deploy.yml
Some checks failed
Deploy (stellaamor) / deploy (push) Has been cancelled

This commit is contained in:
2025-10-08 04:56:18 -04:00
parent 899bc2be76
commit 929b9b3090

View File

@@ -65,7 +65,6 @@ jobs:
run: | run: |
mkdir -p ~/.ssh mkdir -p ~/.ssh
chmod 700 ~/.ssh chmod 700 ~/.ssh
# Symlink to the hosts deploy key (already readable by the runner)
ln -sf /home/gitea-runner/.ssh/deploy_stellaamor ~/.ssh/id_ed25519 ln -sf /home/gitea-runner/.ssh/deploy_stellaamor ~/.ssh/id_ed25519
echo "StrictHostKeyChecking no" >> ~/.ssh/config echo "StrictHostKeyChecking no" >> ~/.ssh/config
chmod 600 ~/.ssh/id_ed25519 chmod 600 ~/.ssh/id_ed25519