update pipeline
This commit is contained in:
@@ -36,5 +36,5 @@ deploy-job:
|
|||||||
- export $(xargs < deploy/.env)
|
- export $(xargs < deploy/.env)
|
||||||
- envsubst < deploy/values.template.yaml > deploy/values.yaml
|
- envsubst < deploy/values.template.yaml > deploy/values.yaml
|
||||||
- kubectl version
|
- kubectl version
|
||||||
- helm upgrade --install astra-api-gateway deploy
|
- helm upgrade --install $CI_PROJECT_TITLE deploy
|
||||||
- kubectl rollout restart deploy/astra-api-gateway
|
- kubectl rollout restart deploy/$CI_PROJECT_TITLE
|
||||||
|
|||||||
Reference in New Issue
Block a user