Merge pull request #103 from HideyoshiSolutions/feature/better-environments-configuration
fix: fixes broken deploy
This commit is contained in:
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@@ -97,11 +97,11 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- uses: azure/setup-kubectl@v4
|
||||||
|
|
||||||
- name: Set up Kubeconfig
|
- name: Set Up Kubeconfig
|
||||||
uses: azure/setup-kubectl@v3
|
uses: azure/k8s-set-context@v4
|
||||||
with:
|
with:
|
||||||
method: kubeconfig
|
|
||||||
kubeconfig: ${{ secrets.PORTFOLIO_KUBECONFIG }}
|
kubeconfig: ${{ secrets.PORTFOLIO_KUBECONFIG }}
|
||||||
|
|
||||||
- name: Prepare Image Tag
|
- name: Prepare Image Tag
|
||||||
|
|||||||
Reference in New Issue
Block a user