Loading .deploy_assets_to_staging.yml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ name: staging url: http://wireframes.cetera.ru/$CI_PROJECT_NAME/ script: - rsync -e ssh /dev/null root@vps10.cetera.ru::wireframe/$CI_PROJECT_NAME/ - rsync -e ssh /dev/null root@vps4.cetera.su::wireframe/$CI_PROJECT_NAME/ - for item in ${LAYOUTS[*]}; do echo $item; rsync -avz --delete --ignore-times --numeric-ids --chown=33:33 -e ssh $CI_PROJECT_DIR/working/$item/dist/ vps10.cetera.ru::wireframe/$CI_PROJECT_NAME/$item/; done only: refs: Loading Loading
.deploy_assets_to_staging.yml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ name: staging url: http://wireframes.cetera.ru/$CI_PROJECT_NAME/ script: - rsync -e ssh /dev/null root@vps10.cetera.ru::wireframe/$CI_PROJECT_NAME/ - rsync -e ssh /dev/null root@vps4.cetera.su::wireframe/$CI_PROJECT_NAME/ - for item in ${LAYOUTS[*]}; do echo $item; rsync -avz --delete --ignore-times --numeric-ids --chown=33:33 -e ssh $CI_PROJECT_DIR/working/$item/dist/ vps10.cetera.ru::wireframe/$CI_PROJECT_NAME/$item/; done only: refs: Loading