Skip to content

Commit 87d307b

Browse files
committed
Added the environment selector for the deploy yaml
1 parent 153f853 commit 87d307b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ on:
55
branches: [main]
66
workflow_dispatch:
77
workflow_call:
8-
secrets:
9-
AZURE_CREDENTIALS_GITHUB_ACTIONS_PROGRAMMERAL_SITE:
10-
required: true
118

129
jobs:
1310
build-and-publish:
1411
# Run on Windows because the Dynamic Content Creator uses a library that converts SVGs to PNGs, and the PNGs look WAY better when this runs on Windows
1512
runs-on: windows-latest
13+
environment: prod
1614
env:
1715
CONFIGURATION: Release
1816
DOTNET_VERSION: 8.0.x

0 commit comments

Comments
 (0)