Update nightly.yml

This commit is contained in:
4c74356b41
2021-01-31 16:55:59 +03:00
committed by GitHub
parent 47897201af
commit 5e077329ce

View File

@@ -91,9 +91,11 @@ jobs:
shell: bash
run: |
cd ./wlan-helm/tip-wlan
aws eks update-kubeconfig --name ${{ env.AWS_EKS_NAME }}
# temp
helm del tip -n default
helm delete ns tip
aws eks update-kubeconfig --name ${{ env.AWS_EKS_NAME }}
# start deployment
helm dependency update
helm upgrade --install tip . -f resources/environments/aws-cicd.yaml --create-namespace --namespace tip