Fix branch name in deploy.sh (master, not main)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -33,7 +33,7 @@ if [ ! -d ".git" ]; then
|
|||||||
else
|
else
|
||||||
echo "Pulling latest changes..."
|
echo "Pulling latest changes..."
|
||||||
git fetch origin
|
git fetch origin
|
||||||
git reset --hard origin/main
|
git reset --hard origin/master
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Fix permissions for /boot partition (FAT32)
|
# Fix permissions for /boot partition (FAT32)
|
||||||
|
|||||||
Reference in New Issue
Block a user