ci
This commit is contained in:
19
.gitea/workflows/cicd.yaml
Normal file
19
.gitea/workflows/cicd.yaml
Normal 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
|
||||
Reference in New Issue
Block a user