Update .forgejo/workflows/CD.yml #307

Merged
mafyuh merged 1 commit from mafyuh-patch-1 into main 2024-06-09 00:30:59 -04:00
Showing only changes of commit 02506b5745 - Show all commits

View file

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