Skip to content

Commit

Permalink
Legger til options (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbjoern committed Jan 19, 2022
1 parent fd4f1b2 commit b732a77
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/build_and_deploy_dev.yml
Expand Up @@ -14,13 +14,24 @@ on:
workflow_dispatch:
inputs:
config-file-name:
description: 'Config-fil (uten .json) som skal deployes'
description: 'Config-fil som skal deployes'
required: true
default: 'dev-sbs-intern'
type: choice
options:
- 'dev-gcp'
- 'dev-sbs'
- 'dev-sbs-intern'
- 'labs-gcp'
cluster:
description: 'Cluster å deploye til (dev-sbs, labs-gcp eller dev-gcp)'
description: 'Cluster å deploye til'
required: true
default: 'dev-sbs'
type: choice
options:
- 'dev-gcp'
- 'dev-sbs'
- 'labs-gcp'

# FIXME: Legg til docker layer caching, f.eks. https://github.com/marketplace/actions/build-docker-images-using-cache
jobs:
Expand Down

0 comments on commit b732a77

Please sign in to comment.