From dd155a0f63a7d68b94f53fda15729f4913d1dd38 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sun, 22 Dec 2024 17:21:53 +0800 Subject: [PATCH] add gitea deploy action --- .gitea/workflows/deploy.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitea/workflows/deploy.yml diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml new file mode 100644 index 00000000..98457548 --- /dev/null +++ b/.gitea/workflows/deploy.yml @@ -0,0 +1,17 @@ +name: Deploy Docker Image + +on: + workflow_dispatch + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Execute custom script + run: | + cat >> deploy.sh <