fix pipeline
This commit is contained in:
@@ -11,16 +11,16 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Install Helm
|
||||
run: |
|
||||
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
||||
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b ~/.local/bin
|
||||
- name: Write kubeconfig
|
||||
uses: alexellis/arkade-get@master
|
||||
with:
|
||||
kubectl: latest
|
||||
helm: latest
|
||||
task: v3.43.3
|
||||
|
||||
- name: Write kubeconfig
|
||||
run: |
|
||||
echo "${{ secrets.KUBECONFIG }}" > kubeconfig
|
||||
- uses: actions-hub/kubectl@master
|
||||
env:
|
||||
KUBE_CONFIG: ${{ secrets.KUBECONFIG }}
|
||||
- name: Deploy manifests
|
||||
run: |
|
||||
export KUBECONFIG=$PWD/kubeconfig
|
||||
|
||||
Reference in New Issue
Block a user