refactor: align deployment with proxmox template

This commit is contained in:
2025-12-27 15:52:31 +11:00
parent 908a00b38c
commit bd40b7cd8c
6 changed files with 266 additions and 21 deletions

View File

@@ -17,7 +17,7 @@ if [ $LOCAL = $REMOTE ]; then
elif [ $LOCAL = $BASE ]; then
echo "Need to pull"
git pull
# Only run deploy/restart if we actually pulled changes
# Re-run deploy to handle deps, service updates, and permissions
./deploy.sh
elif [ $REMOTE = $BASE ]; then
echo "Need to push"