Created
March 12, 2020 09:19
-
-
Save vovs03/91ea01b4da83632959b333b6adb2d206 to your computer and use it in GitHub Desktop.
Bola-config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
front:deploy: | |
extends: | |
- .for_all | |
- .with_node | |
stage: deploy-hotfix | |
before_script: | |
- подготовка окружения | |
script: | |
- основные скрипты | |
artifacts: | |
expire_in: 1 day | |
paths: | |
- dist | |
rules: | |
- if: '$CI_COMMIT_MESSAGE =~ /#hotfix/ && $CI_COMMIT_REF_NAME =~ /^master$/' | |
when: always | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment