fix deploy button visibility
Tests / PHPUnit (push) Successful in 1m13s

This commit is contained in:
root
2026-07-16 00:41:55 -04:00
parent 84be5e44ca
commit 636231b62a
2 changed files with 12 additions and 0 deletions
+5
View File
@@ -2,6 +2,11 @@ name: Deploy to Hosting Server
on:
workflow_dispatch:
inputs:
target:
description: 'Deployment target'
required: true
default: 'production'
jobs:
deploy: