Skip to content

Commit

Permalink
Set env for preview instance
Browse files Browse the repository at this point in the history
  • Loading branch information
nizetic committed Jan 24, 2024
1 parent 3333bd7 commit 59908c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/azure-static-web-apps-AZ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ jobs:
app_location: '/' # App source code path relative to repository root
app_build_command: 'npm run build:test'
output_location: 'build' # Built app content directory, relative to app_location - optional
env: # Add environment variables here
REACT_APP_STAGING_ENV: ${{ github.event_name == 'pull_request' && 'true' || 'false' }}

0 comments on commit 59908c7

Please sign in to comment.