Update .gitlab-ci.yml

parent 13d98865
...@@ -21,4 +21,4 @@ ReleaseDeploy: ...@@ -21,4 +21,4 @@ ReleaseDeploy:
script: script:
- echo `pwd` - echo `pwd`
- sed -i s/#SERVICE_PORT#/$SERVICE_PORT/g ./helm/service/values.yaml - sed -i s/#SERVICE_PORT#/$SERVICE_PORT/g ./helm/service/values.yaml
- cd ./helm && /sbin/helm install service --name $RELEASE_NAME --set hub.desiredContainers=1 - cd ./helm && /sbin/helm install service --name $RELEASE_NAME --set desiredContainers=1
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment