From 84be5e44cae6f1932500cd269612d18fd6a2da46 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 16 Jul 2026 00:36:47 -0400 Subject: [PATCH] add deploy button --- .gitea/workflows/deploy.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 9dbb662..f883f62 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -2,19 +2,12 @@ name: Deploy to Hosting Server on: workflow_dispatch: - inputs: - confirm: - description: 'Type DEPLOY to deploy this branch to the hosting server' - required: true - default: '' jobs: deploy: name: Manual deploy runs-on: ubuntu-latest - if: ${{ github.event.inputs.confirm == 'DEPLOY' }} - env: DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }} DEPLOY_PORT: ${{ secrets.DEPLOY_PORT }}