Skip to content

Commit faa9d82

Browse files
author
Raffaele Marcello
committed
Refactor Azure Bicep deployment workflow to include environment selection
1 parent 05e25df commit faa9d82

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
name: Azure Bicep
22

33
on:
4-
workflow_dispatch
4+
workflow_dispatch:
5+
inputs:
6+
appenv:
7+
type: choice
8+
description: Choose the target environment
9+
options:
10+
- dev
11+
- test
12+
- prod
513

614
env:
715
targetEnv: dev

0 commit comments

Comments
 (0)