Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroMF1996 authored Oct 19, 2023
1 parent 5204936 commit 4d3e800
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
runs-on: ubuntu-latest

env:
ASPNETCORE_ENVIRONMENT: Production
SqlServer_Container_Name: SqlServer
RabbitMQ_Container_Name: rabbit-nerdstore
SEU_SERVIDOR: SqlServer
SENHA_BANCO_DE_DADOS: 9#KtGwPz$@6mJ^F
CONNECTION_STRING: Server=localhost,1433;Database=NerdStoreEnterprise;User=SA;Password="9#KtGwPz$@6mJ^F"
ASPNETCORE_ENVIRONMENT: ${{ secrets.ASPNETCORE_ENVIRONMENT }}
SqlServer_Container_Name: ${{ secrets.SqlServer_Container_Name }}
RabbitMQ_Container_Name: ${{ secrets.RabbitMQ_Container_Name }}
SEU_SERVIDOR: ${{ secrets.SEU_SERVIDOR }}
SENHA_BANCO_DE_DADOS: ${{ secrets.SENHA_BANCO_DE_DADOS }}
CONNECTION_STRING: ${{ secrets.CONNECTION_STRING }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4d3e800

Please sign in to comment.