CI drop debug
This commit is contained in:
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
@@ -19,7 +19,6 @@ jobs:
|
|||||||
cp -a $(find . -mindepth 1 -maxdepth 1 ! -name '.git' ! -name 'node_modules') "$APP_DIR/"
|
cp -a $(find . -mindepth 1 -maxdepth 1 ! -name '.git' ! -name 'node_modules') "$APP_DIR/"
|
||||||
export COMPOSE_BAKE=false
|
export COMPOSE_BAKE=false
|
||||||
docker rmi "local/${REPO_NAME}" 2>/dev/null || true
|
docker rmi "local/${REPO_NAME}" 2>/dev/null || true
|
||||||
set -x
|
|
||||||
bash /var/docker-web/src/cli.sh build "${REPO_NAME}"
|
bash /var/docker-web/src/cli.sh build "${REPO_NAME}"
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
Reference in New Issue
Block a user