CI drop ls debug
Some checks failed
Deploy App / build (push) Failing after 1m0s
Deploy App / deploy (push) Has been skipped

This commit is contained in:
valere
2025-10-01 08:55:37 +02:00
parent 9acc43a384
commit 377fb5935b

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
ls -lha
bash /var/docker-web/src/cli.sh build "${REPO_NAME}"
deploy: