Setting Kube config in deeployer
This commit is contained in:
parent
8eba5276dd
commit
3038141070
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build-and-deploy.yml
vendored
3
.github/workflows/build-and-deploy.yml
vendored
|
@ -64,5 +64,8 @@ jobs:
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: thecodingmachine/deeployer@master
|
uses: thecodingmachine/deeployer@master
|
||||||
|
env:
|
||||||
|
KUBE_CONFIG_FILE: ${{ secrets.KUBE_CONFIG_FILE }}
|
||||||
|
AUTOCONNECT: 1
|
||||||
with:
|
with:
|
||||||
namespace: workadventure-${GITHUB_REF#refs/heads/}
|
namespace: workadventure-${GITHUB_REF#refs/heads/}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue