Skip to content

Commit

Permalink
Rewrite Environment variables section of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CMeeg committed Oct 7, 2023
1 parent 8cf0398 commit 0e42d12
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 170 deletions.
2 changes: 1 addition & 1 deletion .azdo/pipelines/azure-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
displayName: Show environment
- pwsh: |
.azd/scripts/create-env-local.ps1
npm run env:init
displayName: Create .env.local file
- pwsh: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/azure-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}

- name: Create .env.local file
run: .azd/scripts/create-env-local.ps1
run: npm run env:init
shell: pwsh
env:
SERVICE_WEB_CONTAINER_CPU_CORE_COUNT: ${{ vars.SERVICE_WEB_CONTAINER_CPU_CORE_COUNT }}
Expand Down
Loading

0 comments on commit 0e42d12

Please sign in to comment.