diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 84d073b..4971dd3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: