Skip to content

Commit 2935c9a

Browse files
testing (#1)
* testing * fix config filename
1 parent f93c544 commit 2935c9a

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

.github/workflows/label-pull-request.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
steps:
3232
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5
3333
with:
34-
config-name: release-drafter.yaml
3534
disable-autolabeler: false
3635
disable-releaser: true
3736
env:
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
on:
2+
release:
3+
types:
4+
- published
5+
6+
name: Deploy to Production
7+
8+
permissions:
9+
contents: read
10+
11+
12+
jobs:
13+
call-terragrunt-deploy:
14+
permissions:
15+
contents: read
16+
id-token: write
17+
uses: ./.github/workflows/terragrunt-deploy.yml
18+
with:
19+
tf_version: '1.5.5'
20+
tg_version: '0.54.11'
21+
environment: sandbox
22+
region: us-east-2
23+
env_id: 001
24+
secrets: inherit

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)