chore: auto-commit (129 archivos)
- .claude/agents/fn-analizador/SKILL.md - .claude/agents/fn-constructor/SKILL.md - .claude/agents/fn-executor/SKILL.md - .claude/agents/fn-mejorador/SKILL.md - .claude/agents/fn-orquestador/SKILL.md - .claude/agents/fn-recopilador/SKILL.md - .claude/commands/app.md - .claude/commands/compile.md - .claude/commands/cpp-app.md - .claude/commands/create_functions.md - ... Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -26,7 +26,7 @@ source bash/functions/infra/launch_cpp_app_windows.sh
|
||||
source bash/functions/infra/is_cpp_app_running_windows.sh
|
||||
|
||||
deploy_cpp_exe_to_windows "registry_dashboard" \
|
||||
"/home/lucas/fn_registry/projects/fn_monitoring/apps/registry_dashboard"
|
||||
"$HOME/fn_registry/projects/fn_monitoring/apps/registry_dashboard"
|
||||
launch_cpp_app_windows "registry_dashboard"
|
||||
sleep 1
|
||||
if is_cpp_app_running_windows "registry_dashboard"; then
|
||||
@@ -43,11 +43,11 @@ source bash/functions/pipelines/redeploy_cpp_app_windows.sh
|
||||
|
||||
# Sin recompilar
|
||||
redeploy_cpp_app_windows "registry_dashboard" \
|
||||
"/home/lucas/fn_registry/projects/fn_monitoring/apps/registry_dashboard"
|
||||
"$HOME/fn_registry/projects/fn_monitoring/apps/registry_dashboard"
|
||||
|
||||
# Con recompilacion previa
|
||||
redeploy_cpp_app_windows "chart_demo" \
|
||||
"/home/lucas/fn_registry/cpp/apps/chart_demo" --build
|
||||
"$HOME/fn_registry/cpp/apps/chart_demo" --build
|
||||
```
|
||||
|
||||
### Comprobar si esta vivo antes de decidir
|
||||
|
||||
Reference in New Issue
Block a user