From 16700ec72bdf2d030fdba4c854ab43f4dbd01a68 Mon Sep 17 00:00:00 2001 From: Maksim Syomochkin Date: Sun, 11 May 2025 12:18:01 +0300 Subject: [PATCH] fix pipeline --- .gitea/workflows/deploy.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index ef60fd8..0e1c079 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -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