prova
Some checks failed
Updates the graph by copying the updated files in the right directory / build-and-deploy (push) Failing after 2s

This commit is contained in:
Freekkettone 2025-11-14 05:07:23 +01:00
parent 5e6fcb3e84
commit e618c95472

View file

@ -40,8 +40,8 @@ jobs:
SSH_HOST: ${{ secrets.PROXY_HOST }} SSH_HOST: ${{ secrets.PROXY_HOST }}
run: | run: |
mkdir -p ~/.ssh mkdir -p ~/.ssh
echo "$SSH_KEY" > ~/.ssh/id_ed25519 echo "$SSH_KEY" > /root/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519 chmod 600 /root/.ssh/id_ed25519
scp -i /root/.ssh/id_ed25519 \ scp -i /root/.ssh/id_ed25519 \
-o StrictHostKeyChecking=no \ -o StrictHostKeyChecking=no \