Loading .build_assets.yml +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ - master changes: - working/**/* - .gitlab-ci.yml script: # здесь задается скрипт для сборки верстки - *build_assets_script Loading .build_composer.yml +8 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,14 @@ paths: - "vendor/" expire_in: 1 day only: changes: - tests/**/* - .gitlab-ci.yml - composer.json - composer.lock - "**/*.php" - phpunit.xml .build_composer: stage: build Loading .deploy_assets_to_staging.yml +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ - master changes: - working/**/* - .gitlab-ci.yml # always - сборка запускается автоматически при каждом коммите в master # manual - надо будет руками запустить сборку, нажав на кнопку в интерфейсе gitlab'а на странице pipelines when: on_success .deploy_code_to_server.yml +2 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ - beta changes: - www/**/* - .gitlab-ci.yml .set_rsync_filter: &set_rsync_filter | Loading Loading @@ -37,6 +38,7 @@ - beta changes: - www/**/* - .gitlab-ci.yml deploy_autotests_to_server: extends: .before_deploy_code Loading .deploy_composer_files_to_server.yml +1 −0 Original line number Diff line number Diff line Loading @@ -18,5 +18,6 @@ - beta - master changes: - .gitlab-ci.yml - composer.json - composer.lock Loading
.build_assets.yml +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ - master changes: - working/**/* - .gitlab-ci.yml script: # здесь задается скрипт для сборки верстки - *build_assets_script Loading
.build_composer.yml +8 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,14 @@ paths: - "vendor/" expire_in: 1 day only: changes: - tests/**/* - .gitlab-ci.yml - composer.json - composer.lock - "**/*.php" - phpunit.xml .build_composer: stage: build Loading
.deploy_assets_to_staging.yml +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ - master changes: - working/**/* - .gitlab-ci.yml # always - сборка запускается автоматически при каждом коммите в master # manual - надо будет руками запустить сборку, нажав на кнопку в интерфейсе gitlab'а на странице pipelines when: on_success
.deploy_code_to_server.yml +2 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ - beta changes: - www/**/* - .gitlab-ci.yml .set_rsync_filter: &set_rsync_filter | Loading Loading @@ -37,6 +38,7 @@ - beta changes: - www/**/* - .gitlab-ci.yml deploy_autotests_to_server: extends: .before_deploy_code Loading
.deploy_composer_files_to_server.yml +1 −0 Original line number Diff line number Diff line Loading @@ -18,5 +18,6 @@ - beta - master changes: - .gitlab-ci.yml - composer.json - composer.lock