From a6cd4c406c1957930ac556458da67019700e66dc Mon Sep 17 00:00:00 2001 From: xxq250 Date: Tue, 26 May 2026 16:00:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E6=B5=81=E6=B0=B4=E7=BA=BF?= =?UTF-8?q?=EF=BC=9Adeploy-api.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy-api.yml.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitea/workflows/deploy-api.yml.yml diff --git a/.gitea/workflows/deploy-api.yml.yml b/.gitea/workflows/deploy-api.yml.yml new file mode 100644 index 00000000..863ffc7a --- /dev/null +++ b/.gitea/workflows/deploy-api.yml.yml @@ -0,0 +1,17 @@ +name: Deploy API + +on: + workflow_call: + inputs: + env: + required: true + type: string + +jobs: + deploy: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Deploy API + run: | + echo "Deploying API to ${{ inputs.env }}" \ No newline at end of file