Deploy fix v4
Some checks failed
Deploy AstraOS Panel / deploy (push) Failing after 11s

This commit is contained in:
MrWhiff 2026-02-26 23:31:49 +00:00
parent 8ebfab1461
commit b5ea279e42

View file

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