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:
2025-02-26 17:32:38 +07:00
parent 1c2166111b
commit afae299e9c
2 changed files with 87 additions and 1 deletions

View File

@ -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"