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