setup gitea actions for when the runner works

This commit is contained in:
2025-03-25 09:46:03 -04:00
parent 887250b3e3
commit dca507494d
2 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
container: bitnami/kubectl
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up kubeconfig
run: echo "$KUBE_CONFIG" > ~/.kube/config
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
- name: Deploy
run: ./deploy.sh