Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Jul 3, 2024
1 parent d453f3e commit 0074d9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/admin-sample.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/todo-sample.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 0074d9e

Please sign in to comment.