Skip to content

Commit

Permalink
Merge pull request #50 from hackerspace-ntnu/dev
Browse files Browse the repository at this point in the history
Fix beta deployment
  • Loading branch information
michaelbrusegard authored Sep 25, 2024
2 parents 2633448 + b97d6ba commit cd7756b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ on:
description: 'Deployment environment'
required: true
default: 'Development'
enum: ['Production', 'Development']
type: choice
options:
- Development
- Production

jobs:
deploy-prod:
Expand Down

0 comments on commit cd7756b

Please sign in to comment.