1
0

deploy using scp fix
Some checks failed
Build Node / deploy (push) Failing after 4m42s

This commit is contained in:
AM
2025-06-22 16:08:17 +02:00
parent a2dc8d8a0e
commit d56fcfe699

View File

@ -19,7 +19,7 @@ jobs:
mkdir -p ~/.ssh
echo "${{ secrets.DEPLOY_KEY }}" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
ssh-keyscan -H "https://molnarandrei.com" >> ~/.ssh/known_hosts
ssh-keyscan -H "molnarandrei.com" >> ~/.ssh/known_hosts
- uses: actions/checkout@v4
- uses: actions/setup-node@v4