feat: added gitea act runners

This commit is contained in:
2025-11-16 22:23:39 +00:00
parent f5c087cb5b
commit a43e5ae98e
3 changed files with 244 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# Deploy
```bash
set -a
source ./.env
set +a
envsubst < ./secrets.yaml | kubectl apply -f -
kubectl apply -f deploy.yaml
```