diff --git a/.deploy_code_to_server.yml b/.deploy_code_to_server.yml index 15c331f1f16b065d5e23bc715ec20a8596c33186..6d9b0f8406f06712686218e2ce6c065d77f69be2 100644 --- a/.deploy_code_to_server.yml +++ b/.deploy_code_to_server.yml @@ -31,7 +31,7 @@ - 'which curl || (apt-get update -y && apt-get install curl -y)' - curl -O https://gitlab.cetera.ru/boilerplate/ci/raw/master/rsync-filter-std - *set_rsync_filter - - echo PROJECT_FILTER set to $PROJECT_FILTER + - echo "PROJECT_FILTER set to $PROJECT_FILTER; user set to $user; group set to $group" - rsync --links --safe-links -avz --chown=$user:$group -e "ssh $SSH_OPTS" --filter="merge rsync-filter-std" --filter="merge $PROJECT_FILTER" $RSYNC_PARAMS $CI_PROJECT_DIR/ $DEPLOY_HOST_PATH/ after_script: - if [ $PROJECT_CMS_TYPE = bitrix ] && [ $SKIP_SETTINGS_EXTRA_DEPLOYMENT != true ]; then curl -o /tmp/.settings_extra.php https://gitlab.cetera.ru/boilerplate/ci/raw/master/.settings_extra.php; fi