-
-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ jobs: | |
- name: Update server appsettings.json | ||
uses: devops-actions/[email protected] | ||
with: | ||
files: 'AdminPanel/src/AdminPanel.Server/appsettings.Production.json' | ||
files: 'AdminPanel/src/AdminPanel.Server/appsettings.Production.json, AdminPanel/src/AdminPanel.Server/appsettings.json' | ||
env: | ||
AppSettings__Email__DefaultFromEmail: [email protected] | ||
AppSettings__Email__Host: smtp.sendgrid.net | ||
|
@@ -182,7 +182,7 @@ jobs: | |
dotnet new install Bit.Boilerplate.0.0.0.nupkg | ||
cd ..\..\..\ && dotnet new bit-bp --name AdminPanel --database PostgreSQL --sample Admin --windows --appInsights --appCenter --serverUrl adminpanel.bitplatform.dev --filesStorage AzureBlobStorage | ||
- name: Update appsettings.json api server address | ||
- name: Update core appsettings.json | ||
uses: devops-actions/[email protected] | ||
with: | ||
files: 'AdminPanel\src\Client\AdminPanel.Client.Core\appsettings.json' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ jobs: | |
- name: Update server appsettings.json | ||
uses: devops-actions/[email protected] | ||
with: | ||
files: 'TodoSample/src/TodoSample.Server/appsettings.Production.json' | ||
files: 'TodoSample/src/TodoSample.Server/appsettings.Production.json, TodoSample/src/TodoSample.Server/appsettings.json' | ||
env: | ||
AppSettings__Email__DefaultFromEmail: [email protected] | ||
AppSettings__Email__Host: smtp.sendgrid.net | ||
|
@@ -193,7 +193,7 @@ jobs: | |
dotnet new install Bit.Boilerplate.0.0.0.nupkg | ||
cd ..\..\..\ && dotnet new bit-bp --name TodoSample --database PostgreSQL --sample Todo --windows --appInsights --appCenter --serverUrl todo.bitplatform.dev --filesStorage AzureBlobStorage | ||
- name: Update appsettings.json api server address | ||
- name: Update core appsettings.json | ||
uses: devops-actions/[email protected] | ||
with: | ||
files: 'TodoSample\src\Client\TodoSample.Client.Core\appsettings.json' | ||
|