Skip to content
Snippets Groups Projects
Commit fb274364 authored by Ilya Rassadin's avatar Ilya Rassadin
Browse files

Added more debug into deploy_code_to_server

parent 00ea9db9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment