We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce5f46c + 518a461 commit b608bf0Copy full SHA for b608bf0
2 files changed
.github/workflows/deploy-mavis.yml
.github/workflows/deploy.yml
@@ -10,6 +10,9 @@ on:
10
environment:
11
required: true
12
type: string
13
+ server_types:
14
+ required: true
15
+ type: string
16
workflow_dispatch:
17
inputs:
18
@@ -24,6 +27,15 @@ on:
24
27
- training
25
28
- production
26
29
- copilotmigration
30
31
+ description: Server types to deploy
32
33
+ type: choice
34
+ options:
35
+ - all
36
+ - web
37
+ - good-job
38
+ default: all
39
40
jobs:
41
build-and-push-image:
@@ -39,3 +51,4 @@ jobs:
51
with:
52
environment: ${{ inputs.environment }}
53
image_tag: ${{ github.sha }}
54
+ server_types: ${{ inputs.server_types }}
0 commit comments