fix pipeline

This commit is contained in:
2025-05-11 12:18:01 +03:00
parent f0b12236e2
commit 16700ec72b

View File

@@ -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