Skip to content

Commit b608bf0

Browse files
authored
Remove duplicated workflow file for deployment (#3354)
`deploy-mavis.yml` was a duplicate to `deploy.yml`
2 parents ce5f46c + 518a461 commit b608bf0

2 files changed

Lines changed: 13 additions & 54 deletions

File tree

.github/workflows/deploy-mavis.yml

Lines changed: 0 additions & 54 deletions
This file was deleted.

.github/workflows/deploy.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
environment:
1111
required: true
1212
type: string
13+
server_types:
14+
required: true
15+
type: string
1316
workflow_dispatch:
1417
inputs:
1518
environment:
@@ -24,6 +27,15 @@ on:
2427
- training
2528
- production
2629
- copilotmigration
30+
server_types:
31+
description: Server types to deploy
32+
required: true
33+
type: choice
34+
options:
35+
- all
36+
- web
37+
- good-job
38+
default: all
2739

2840
jobs:
2941
build-and-push-image:
@@ -39,3 +51,4 @@ jobs:
3951
with:
4052
environment: ${{ inputs.environment }}
4153
image_tag: ${{ github.sha }}
54+
server_types: ${{ inputs.server_types }}

0 commit comments

Comments
 (0)