Compare commits

...

2 Commits

Author SHA1 Message Date
Dominik Krenn
c21cb0d836 Update deployment workflow to pull from deploy branch directly
Some checks failed
Deploy to Linode / deploy (push) Has been cancelled
2025-06-11 11:14:36 +02:00
Dominik Krenn
df900c373b Update deployment workflow to pull from deploy branch instead of main 2025-06-11 11:04:46 +02:00

View File

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