CI debug
All checks were successful
Deploy App / build (push) Successful in 18s
Deploy App / deploy (push) Successful in 15s

This commit is contained in:
valere
2025-10-01 09:09:21 +02:00
parent ae0cfc69c8
commit aba081cf05

View File

@@ -19,6 +19,7 @@ jobs:
cp -a $(find . -mindepth 1 -maxdepth 1 ! -name '.git' ! -name 'node_modules') "$APP_DIR/"
export COMPOSE_BAKE=false
docker rmi "local/${REPO_NAME}" 2>/dev/null || true
set -x
bash /var/docker-web/src/cli.sh build "${REPO_NAME}"
deploy: