Auto Deploy fixed v3
Some checks failed
Deploy AstraOS Panel / deploy (push) Failing after 10s

This commit is contained in:
MrWhiff 2026-02-26 23:28:02 +00:00
parent fdfa0e48a0
commit 8ebfab1461

View file

@ -19,7 +19,7 @@ jobs:
- name: Add SSH key
run: |
mkdir -p ~/.ssh
echo "${{ secrets.DEPLOY_KEY }}" > ~/.ssh/id_ed25519
printf "%s" "${{ secrets.DEPLOY_KEY }}" | tr -d '\r' > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
ssh-keyscan -p 22 116.203.131.247 >> ~/.ssh/known_hosts