This commit is contained in:
Bel LaPointe
2025-10-06 07:21:05 -06:00
parent 3c60633723
commit a17676472b
3 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
name: cicd
on:
push:
branches:
- main
paths:
- '.gitea/**'
- 'srv/**'
jobs:
ci:
name: ci
runs-on: dind
steps:
- name: checkout
uses: actions/checkout@v3
- name: ci
run: |
bash ./srv/build.sh