Skip to content

Commit

Permalink
allow app to be manually deplopy without merhe
Browse files Browse the repository at this point in the history
  • Loading branch information
david zhou authored and david zhou committed Jun 17, 2024
1 parent df5647e commit c004c17
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ name: Deploy

on:
workflow_dispatch:
inputs:
environment:
description: 'Environment to deploy to'
required: true
default: 'production'
ref:
description: 'Git reference to deploy'
required: false

jobs:
build:
Expand Down

0 comments on commit c004c17

Please sign in to comment.