fix: update workflow yml
Some checks failed
Build and Deploy Development / build-and-push (push) Successful in 52s
Build and Deploy Development / deploy (push) Failing after 15s

This commit is contained in:
2025-09-06 15:42:20 +10:00
parent c4bd7bac2d
commit d0a79302d4
2 changed files with 5 additions and 0 deletions

View File

@ -49,6 +49,9 @@ jobs:
mkdir -p ~/.ssh
eval $(ssh-agent -s)
ssh-add <(echo "${{ secrets.SSH_PRIVATE_KEY }}")
echo "HOST *" > ~/.ssh/config
echo "StrictHostKeyChecking no" >> ~/.ssh/config
echo "nameserver 10.10.10.1" > /etc/resolv.conf
echo "Uploading docker-compose.yml and .env.develop..."
scp docker-compose.yml $DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_PATH