ci: remove gitea actions

This commit is contained in:
thehrz 2024-08-18 16:06:48 +08:00
parent a6b4fe0222
commit a23b9289c4
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

View File

@ -1,25 +0,0 @@
name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh
- name: Deploy with Docker
run: docker compose up --build -d