CI drop debug
All checks were successful
Deploy App / build (push) Successful in 19s
Deploy App / deploy (push) Successful in 14s

This commit is contained in:
valere
2025-10-01 09:39:12 +02:00
parent aba081cf05
commit 8c1290beae

View File

@@ -19,7 +19,6 @@ 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: