feat: add ci.yml
This commit is contained in:
parent
ae3f6d45f5
commit
8e4ab322c3
12
.gitea/workflows/ci.yml
Normal file
12
.gitea/workflows/ci.yml
Normal file
@ -0,0 +1,12 @@
|
||||
name: CI
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: linux_amd64:host
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: docker
|
||||
run: docker-compose up --build -d
|
Loading…
Reference in New Issue
Block a user