update pipeline

This commit is contained in:
kandrusyak
2023-07-04 00:30:50 +03:00
parent 4b2a9b1033
commit 7fe648fa0d

View File

@@ -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