Compare commits
No commits in common. "2be4c83b406146f702da69c405d6deab44bc2843" and "f7b54aaa3a1c081b2e597b12596bd2d8060ec9fd" have entirely different histories.
2be4c83b40
...
f7b54aaa3a
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Reference in a new issue