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

This commit is contained in:
root
2026-07-16 00:36:47 -04:00
parent df4e2cf994
commit 84be5e44ca
-7
View File
@@ -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 }}