Add git status check before Nomad MCP deployment
- Implement comprehensive git status verification in deploy_nomad_mcp.py - Add warning and interactive prompts for uncommitted changes - Check local branch status against remote repository - Provide options to continue or abort deployment - Update Nomad job configuration to use DEBUG logging level
This commit is contained in:
@ -43,7 +43,7 @@ job "nomad-mcp" {
|
||||
HOST = "0.0.0.0"
|
||||
|
||||
# Logging level
|
||||
LOG_LEVEL = "INFO"
|
||||
LOG_LEVEL = "DEBUG" # Set to DEBUG for more verbose logging
|
||||
|
||||
# Enable to make development easier
|
||||
RELOAD = "true"
|
||||
|
Reference in New Issue
Block a user