fix mistake

This commit is contained in:
Kirill Andrusyak
2023-07-03 20:58:43 +00:00
parent d3fc398e8e
commit fe83daf50b

View File

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