Prueba
Despliegue Automatizado Universal / get-context (push) Failing after 0s
Despliegue Automatizado Universal / build (push) Has been skipped
Despliegue Automatizado Universal / deploy (push) Has been skipped

This commit is contained in:
2026-07-02 02:15:59 -06:00
parent b150ea3210
commit 2179ee7d1e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ jobs:
TARGET_APP=$(awk -v path="$CURRENT_PATH" '
/^\[/ { gsub(/[\[\]]/, "", $0); current_box=$0; next }
$0 ~ "^APP_PATH="path"$" { print current_box; exit }
' /home/deploy/apps.conf)
' /etc/apps.conf)
if [ -z "$TARGET_APP" ]; then
echo "ERROR: No se encontró ninguna aplicación en apps.conf que coincida con la ruta $CURRENT_PATH"
@@ -39,7 +39,7 @@ jobs:
$0=="["app"]" { found=1; next }
/^\[/ && found { exit }
found && /^NODE=/ { split($0, a, "="); print a[2]; exit }
' /home/deploy/apps.conf)
' /etc/apps.conf)
MAJOR_VERSION=$(echo "$VERSION" | tr -d '[:space:]' | grep -oE '[0-9]+' | head -n1)
+1 -1
View File
@@ -1 +1 @@
probando workflow 2
probando workflow 3