Fix: Eliminar || true del comando down
Some checks failed
deploy-meshcentral / deploy (push) Failing after 4s
Some checks failed
deploy-meshcentral / deploy (push) Failing after 4s
Usar exactamente la misma sintaxis del workflow que funciona
This commit is contained in:
@@ -97,7 +97,7 @@ jobs:
|
|||||||
run: docker compose pull
|
run: docker compose pull
|
||||||
|
|
||||||
- name: Clean up existing stack
|
- name: Clean up existing stack
|
||||||
run: docker compose --project-name $APP_NAME down || true
|
run: docker compose --project-name $APP_NAME down
|
||||||
|
|
||||||
- name: Start MeshCentral stack
|
- name: Start MeshCentral stack
|
||||||
run: docker compose --project-name $APP_NAME up -d --remove-orphans --wait
|
run: docker compose --project-name $APP_NAME up -d --remove-orphans --wait
|
||||||
|
|||||||
Reference in New Issue
Block a user