Skip to content

Commit 02d2948

Browse files
committed
Update .gitlab-ci.yml
1 parent 5889927 commit 02d2948

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ variables:
44
CHART_NAME: go-btfs
55
COMMIT_SHA: ${CI_COMMIT_SHA}
66
TAG: ${CI_COMMIT_TAG}
7-
LIVESTREAM_CHART_NAME: livestream
7+
ENVIRONMENT: prd-stream-core-b-v0609
8+
LIVESTREAM_CHART_NAME: stream
89
LINOAPP_DOOR_CHART_NAME: linoapp-door
910

1011
before_script:
@@ -121,14 +122,14 @@ release:prd:
121122
- tags
122123
tags:
123124
- kubernetes
124-
image: linonetwork/gitlab-stage-release-prd-stream:v0.0.1
125+
image: linonetwork/gitlab-stage-release-prd-stream:v0.0.3
125126
environment:
126127
name: production
127128
url: https://github.com/lino-network/kube-stream-core/pulls
128129
script:
129130
# read CHART_VERSION/DOCKER_TAG env variable from helm build
130131
- source variables
131132
# promote production env, replace LIVESTREAM_CHART_NAME to JOBS_CHART_NAME if deploy cronjob
132-
- release.sh $REPO_NAME $CHART_NAME $ECR_NAME $CHART_VERSION $DOCKER_TAG $REPOSITORY $LIVESTREAM_CHART_NAME
133+
- release.sh $REPO_NAME $CHART_NAME $ECR_NAME $CHART_VERSION $DOCKER_TAG $REPOSITORY $ENVIRONMENT $LIVESTREAM_CHART_NAME
133134
dependencies:
134135
- helm

0 commit comments

Comments
 (0)