13
.gitea/workflows/cicd.yaml
Normal file
13
.gitea/workflows/cicd.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
name: cicd
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
cicd:
|
||||
name: cicd
|
||||
runs-on: dind
|
||||
steps:
|
||||
- run: |
|
||||
bash ./build.sh
|
||||
Reference in New Issue
Block a user