ci(deployment): fix kube deployment
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
parent
f2e5387af2
commit
aaa947862c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/api.yaml
vendored
2
.github/workflows/api.yaml
vendored
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
}
|
||||
- name: Deploy to kubernetes
|
||||
run: |
|
||||
cd ../scripts/helm/
|
||||
cd scripts/helm/
|
||||
sed -i "s#kubeconfig.*#kubeconfig_path: ${KUBECONFIG}#g" vars.yaml
|
||||
sed -i "s/tag:.*/tag: \"$IMAGE_TAG\"/g" app/chalice.yaml
|
||||
bash kube-install.sh --app chalice
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue