Merge pull request #116 from HideyoshiSolutions/fixes-refresh-pipeline

Fixes Refresh Pipeline
This commit is contained in:
2024-10-27 02:37:18 -03:00
committed by GitHub

View File

@@ -18,12 +18,12 @@ jobs:
- name: Writing Env File
run: |
echo "${{ secrets.ENV_FILE }}" | base64 -d > .env
- name: Set Kubernetes Context
uses: azure/k8s-set-context@v1
with:
method: kubeconfig
kubeconfig: ${{ secrets.KUBE_CONFIG }}
kubeconfig: ${{ secrets.KUBECONFIG }}
- name: Refresh Deployments
if: ${{ env.deployments == '' }}