Fixes Refresh Pipeline
This commit is contained in:
4
.github/workflows/refresh-deployment.yml
vendored
4
.github/workflows/refresh-deployment.yml
vendored
@@ -18,12 +18,12 @@ jobs:
|
|||||||
- name: Writing Env File
|
- name: Writing Env File
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.ENV_FILE }}" | base64 -d > .env
|
echo "${{ secrets.ENV_FILE }}" | base64 -d > .env
|
||||||
|
|
||||||
- name: Set Kubernetes Context
|
- name: Set Kubernetes Context
|
||||||
uses: azure/k8s-set-context@v1
|
uses: azure/k8s-set-context@v1
|
||||||
with:
|
with:
|
||||||
method: kubeconfig
|
method: kubeconfig
|
||||||
kubeconfig: ${{ secrets.KUBE_CONFIG }}
|
kubeconfig: ${{ secrets.KUBECONFIG }}
|
||||||
|
|
||||||
- name: Refresh Deployments
|
- name: Refresh Deployments
|
||||||
if: ${{ env.deployments == '' }}
|
if: ${{ env.deployments == '' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user