fix mistake
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user