feat: add ci.yml

This commit is contained in:
thehrz 2023-08-05 11:44:19 +08:00
parent ae3f6d45f5
commit 8e4ab322c3
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

12
.gitea/workflows/ci.yml Normal file
View 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