From: David NĂ©grier Date: Thu, 9 Apr 2020 12:21:43 +0000 (+0200) Subject: Setting Kube config in deeployer X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=3038141070a0fa99c7a6cfcfbf627a538c06f5cd;p=libreadventure.git Setting Kube config in deeployer --- diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index c44607c..5f6cd58 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -64,5 +64,8 @@ jobs: - name: Deploy uses: thecodingmachine/deeployer@master + env: + KUBE_CONFIG_FILE: ${{ secrets.KUBE_CONFIG_FILE }} + AUTOCONNECT: 1 with: namespace: workadventure-${GITHUB_REF#refs/heads/}