Skip to content

Commit 1c9441d

Browse files
committed
Add Prod flag for app settings copy
1 parent bdd7fc6 commit 1c9441d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/DeployEverything.yml

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ jobs:
109109

110110
- run: |
111111
cp PocketDDD.BlazorClient/PocketDDD.BlazorClient/wwwroot/appsettings.${{ inputs.env }}.json PocketDDD.BlazorClient/PocketDDD.BlazorClient/wwwroot/appsettings.Production.json
112+
if: ${{ inputs.env != 'Production' }}
112113
113114
- run: |
114115
apiToken=$(az staticwebapp secrets list --name pocketddd-${{ inputs.env }}-blazorclient --query "properties.apiKey" -o tsv)

0 commit comments

Comments
 (0)