add universal pipeline

This commit is contained in:
kandrusyak
2023-07-04 00:31:14 +03:00
parent b32bb87e17
commit b9e93d86b4

View File

@@ -36,5 +36,5 @@ deploy-job:
- export $(xargs < deploy/.env)
- envsubst < deploy/values.template.yaml > deploy/values.yaml
- kubectl version
- helm upgrade --install astra-api-gateway deploy
- kubectl rollout restart deploy/astra-api-gateway
- helm upgrade --install $CI_PROJECT_TITLE deploy
- kubectl rollout restart deploy/$CI_PROJECT_TITLE