From 636231b62acf71651d5ed1b6d24c82e0b97bf602 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 16 Jul 2026 00:41:55 -0400 Subject: [PATCH] fix deploy button visibility --- .gitea/workflows/deploy.yml | 5 +++++ README.md | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index f883f62..0c3638d 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -2,6 +2,11 @@ name: Deploy to Hosting Server on: workflow_dispatch: + inputs: + target: + description: 'Deployment target' + required: true + default: 'production' jobs: deploy: diff --git a/README.md b/README.md index 48a7cf1..89acb7e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ # Current Software Architecture of `alrahma_sunday_school` + +

+ + Deploy to Hosting Server + +

+

software-architecture