Auto-commit before deployment Fri Sep 5 20:43:55 UTC 2025

This commit is contained in:
Dennis Konkol
2025-09-05 20:43:55 +00:00
parent 6845ed0729
commit c736f860aa
2 changed files with 6 additions and 1 deletions

View File

@@ -69,7 +69,7 @@ fi
# Pull latest changes
log "📥 Pulling latest changes..."
git pull origin main || {
git pull origin production || {
error "Failed to pull latest changes"
exit 1
}