Delete .gitea/workflows/deploy.yaml
This commit is contained in:
parent
fcbbbf4d62
commit
eca6998d30
@ -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) }}
|
||||
Loading…
x
Reference in New Issue
Block a user