1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00

add to release job

This commit is contained in:
Martin McKeaveney 2022-08-12 17:48:50 +01:00
parent fc59d1b591
commit e47f60d371

View file

@ -68,6 +68,13 @@ jobs:
]
env:
KUBECONFIG_FILE: '${{ secrets.RELEASE_KUBECONFIG }}'
- name: Re roll the services
uses: actions-hub/kubectl@master
env:
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
- name: Discord Webhook Action
uses: tsickert/discord-webhook@v4.0.0