Skip to content

Instantly share code, notes, and snippets.

@vovs03
Created March 12, 2020 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vovs03/91ea01b4da83632959b333b6adb2d206 to your computer and use it in GitHub Desktop.
Save vovs03/91ea01b4da83632959b333b6adb2d206 to your computer and use it in GitHub Desktop.
Bola-config
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