Update deployment workflow to pull from deploy branch instead of main

This commit is contained in:
Dominik Krenn 2025-06-11 11:04:46 +02:00
parent 378f2db1b7
commit df900c373b

View File

@ -18,7 +18,7 @@ jobs:
echo "🚀 Pulling latest code..."
cd /root/simple-chipperfluff
git reset --hard
git pull origin main
git pull origin deploy
echo "🔐 Fixing file permissions..."
chmod +x start.sh