Update deployment workflow to pull from deploy branch directly
Some checks failed
Deploy to Linode / deploy (push) Has been cancelled

This commit is contained in:
Dominik Krenn 2025-06-11 11:14:36 +02:00
parent df900c373b
commit c21cb0d836

View File

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