Update deploy-release.yml

This commit is contained in:
Martin McKeaveney 2022-08-18 12:09:36 +01:00 committed by GitHub
parent f65c9bb7b2
commit 96be712f89
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ jobs:
- name: Re roll the services
uses: actions-hub/kubectl@master
env:
KUBE_CONFIG: ${{ secrets.RELEASE_KUBECONFIG }}
KUBE_CONFIG: '${{ secrets.RELEASE_KUBECONFIG }}'
with:
args: rollout restart deployment proxy-service -n budibase && kubectl rollout restart deployment app-service -n budibase && kubectl rollout restart deployment worker-service -n budibase