From b60eb61868fa9708549c6819632960180e4812b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Haas?= <juergen.haas@lakedrops.com> Date: Sun, 24 Apr 2022 16:44:35 +0200 Subject: [PATCH] Improve command arguments for NG deployments --- test-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-and-deploy.yml b/test-and-deploy.yml index 7e62f4c..0746928 100644 --- a/test-and-deploy.yml +++ b/test-and-deploy.yml @@ -418,9 +418,9 @@ Debug: name: ${ENVIRONMENT_NAME} url: ${ENVIRONMENT_URL} script: - - rsync -rlDzq --stats ./ /data/app + - rsync -rlDzq --delete ./ /data/app - cd /data/app - - docker compose up -d + - docker compose up -d --quiet-pull --remove-orphans cache: {} rules: - if: '$DISABLE_DEPLOYMENT != "0"' -- GitLab