Skip to content

Commit 19cc633

Browse files
committed
Added the "conf" environment to the update conf presentation
1 parent e8ae367 commit 19cc633

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Update-Conf-Deploy-Conf-Live
2+
3+
concurrency: dev
4+
5+
on:
6+
workflow_dispatch:
7+
inputs:
8+
release_tag_id:
9+
description: "Release Tag"
10+
required: true
11+
type: string
12+
13+
jobs:
14+
deploy-pulumi-and-artifacts:
15+
uses: ./.github/workflows/update-conf-2024-deploy.yml
16+
with:
17+
release_tag_id: ${{ github.event.inputs.release_tag_id }}
18+
pulumi_stack_name: conf
19+
environment_name: conf
20+
secrets:
21+
pulumi_access_token: ${{ secrets.PULUMI_ACCESS_TOKEN }}
22+
arm_client_id: ${{ secrets.ARM_CLIENT_ID }}
23+
arm_client_secret: ${{ secrets.ARM_CLIENT_SECRET }}
24+
arm_tenant_id: ${{ secrets.ARM_TENANT_ID }}
25+
arm_subscription_id: ${{ secrets.ARM_SUBSCRIPTION_ID }}
26+
27+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
config:
2+
update-conf-2024:azure-resource-group-name: conf-update-conf-2024-feedback-rg
3+
update-conf-2024:functions-package-path: local
4+
update-conf-2024:location: eastus2
5+
update-conf-2024:static-site-path: local
6+
update-conf-2024:service-config:
7+
Version: local
8+
Environment: conf
9+
update-conf-2024:resource-users-config:
10+
GroupName: conf-users
11+
Users:
12+
13+
pulumi:template: azure-csharp

0 commit comments

Comments
 (0)