From eca6998d3074ad401cbe50dfb02c8e374c4b52d5 Mon Sep 17 00:00:00 2001 From: ties Date: Thu, 29 Aug 2024 13:23:51 +0000 Subject: [PATCH] Delete .gitea/workflows/deploy.yaml --- .gitea/workflows/deploy.yaml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .gitea/workflows/deploy.yaml diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml deleted file mode 100644 index de11738..0000000 --- a/.gitea/workflows/deploy.yaml +++ /dev/null @@ -1,19 +0,0 @@ -name: Deploy -run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: - push: - branches: - - main - -jobs: - deploy: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Docker Test - uses: docker://git.ties.one/public/custom_act_runner:latest - env: - action: helm-print - KUBECONFIG_DATA: ${{ secrets.KUBECONFIG_DATA }} - GITHUB_CONTEXT: ${{ toJson(github) }} \ No newline at end of file