Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Torkelsen committed Oct 2, 2024
2 parents 8ad0bad + 7a95f96 commit dcdfb41
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
app_location: "handlenett-frontend/" # App source code path
api_location: "handlenett-frontend/.output/server" # Api source code path - optional
output_location: ".output/public" # Built app content directory - optional -- For most projects, the output_location is relative to the app_location.
app_build_command: 'npx nuxi build --preset azure'
app_build_command: 'npx nuxi build --dotenv .env.production --preset azure'
###### End of Repository/Build Configurations ######

close_pull_request_job:
Expand Down
5 changes: 5 additions & 0 deletions handlenett-frontend/.env.production
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
VITE_CLIENT_ID=6409e25f-f9b7-4b70-a84c-6c077440d740
VITE_REDIRECT_URI=https://happy-beach-0376b6203.5.azurestaticapps.net/
VITE_SCOPE=api://6409e25f-f9b7-4b70-a84c-6c077440d740/access_as_user
VITE_AUTHORITY=https://login.microsoftonline.com/7534ab3e-6d52-4213-8493-1d674b529724
VITE_BASE_URL=https://handlenett-api.ashysand-d05f316c.norwayeast.azurecontainerapps.io/
2 changes: 1 addition & 1 deletion handlenett-frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ logs

# Local env files
.env
.env.*
!.env.production
!.env.example

0 comments on commit dcdfb41

Please sign in to comment.