File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed
update-conference-prague-2024/demo-code-feedback-system/infra Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments