This commit is contained in:
@@ -2,6 +2,11 @@ name: Deploy to Hosting Server
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
target:
|
||||
description: 'Deployment target'
|
||||
required: true
|
||||
default: 'production'
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
||||
Reference in New Issue
Block a user