streamline steps are running on the streamline branch instead of master
This commit is contained in:
parent
0ef399f5d8
commit
1097bc525b
1 changed files with 3 additions and 3 deletions
|
|
@ -356,7 +356,7 @@ setup:streamline:
|
||||||
dependencies:
|
dependencies:
|
||||||
- dependencies:streamline
|
- dependencies:streamline
|
||||||
only:
|
only:
|
||||||
- master
|
- streamline
|
||||||
script:
|
script:
|
||||||
- npm run build:streamline
|
- npm run build:streamline
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
@ -375,7 +375,7 @@ build:streamline:
|
||||||
services:
|
services:
|
||||||
- docker:20.10.21-dind
|
- docker:20.10.21-dind
|
||||||
only:
|
only:
|
||||||
- master
|
- streamline
|
||||||
before_script:
|
before_script:
|
||||||
- docker login -u ${CI_REGISTRY_USER} -p ${CI_JOB_TOKEN} ${CI_REGISTRY}
|
- docker login -u ${CI_REGISTRY_USER} -p ${CI_JOB_TOKEN} ${CI_REGISTRY}
|
||||||
script:
|
script:
|
||||||
|
|
@ -392,7 +392,7 @@ deploy:streamline:
|
||||||
DEPLOY_IMAGE: ${CI_REGISTRY}/brandx/bxt-app/streamline:latest
|
DEPLOY_IMAGE: ${CI_REGISTRY}/brandx/bxt-app/streamline:latest
|
||||||
DEPLOY_TARGET: deploy@streamline.adaptiveagriculture.ca
|
DEPLOY_TARGET: deploy@streamline.adaptiveagriculture.ca
|
||||||
only:
|
only:
|
||||||
- master
|
- streamline
|
||||||
environment:
|
environment:
|
||||||
name: Streamline
|
name: Streamline
|
||||||
url: https://streamline.adaptiveagriculture.ca
|
url: https://streamline.adaptiveagriculture.ca
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue