From a23b9289c4d4610b6f83b6cf7a7c3d6f018a2577 Mon Sep 17 00:00:00 2001 From: thehrz Date: Sun, 18 Aug 2024 16:06:48 +0800 Subject: [PATCH] ci: remove gitea actions --- .gitea/workflows/ci.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .gitea/workflows/ci.yml diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml deleted file mode 100644 index e033d6f..0000000 --- a/.gitea/workflows/ci.yml +++ /dev/null @@ -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 -