Skip to content

Commit

Permalink
feat: add deploy web manually pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrwatson committed Sep 27, 2024
1 parent cf57603 commit 7201bf7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/upgrade-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@ on:
environment:
type: string
required: true
description: "where to deploy"
description: "Where to deploy"
workflow_dispatch:
inputs:
environment:
type: choice
required: true
description: "Where to deploy"
default: "tools"
options:
- tools
- production

jobs:
down:
Expand Down

0 comments on commit 7201bf7

Please sign in to comment.