Compare commits

..

No commits in common. "2be4c83b406146f702da69c405d6deab44bc2843" and "f7b54aaa3a1c081b2e597b12596bd2d8060ec9fd" have entirely different histories.

View file

@ -48,5 +48,8 @@ jobs:
esac
echo "Deploying to $host for folder $folder"
ssh -o StrictHostKeyChecking=no mafyuh@$host "cd /Auto-Homelab/$folder && git pull && docker-compose up -d"
done
ssh -o StrictHostKeyChecking=no mafyuh@$host << 'EOF'
cd /Auto-Homelab/$folder
git pull
docker-compose up -d
EOF