Skip to content

Commit 45b1f98

Browse files
authored
Merge pull request #24 from gnanarepo/master-gha
master-gha: updated env and updated workflow_dispatch
2 parents 2ec4b8d + b9ca3cb commit 45b1f98

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/prod.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
branches:
66
- master
77
workflow_dispatch:
8+
inputs:
9+
environment:
10+
description: 'Target Environment'
11+
required: true
12+
default: 'prod'
813

914
concurrency:
1015
group: Deploy to ECS Fargate (Prod)

.github/workflows/qa.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
branches:
66
- develop
77
workflow_dispatch:
8+
inputs:
9+
environment:
10+
description: 'Target Environment'
11+
required: true
12+
default: 'dev'
813

914
concurrency:
1015
group: Deploy to ECS Fargate (QA)

0 commit comments

Comments
 (0)