Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NeftaliYagua authored Jan 13, 2025
1 parent 12d0e71 commit 5fea162
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:

- name: Run build
run: npm run build:prod
env:
MIFOS_OAUTH_CLIENT_ID: ${{ secrets.AUTH0_CLIENT_ID }}
MIFOS_OAUTH_SERVER_ENABLED: true
MIFOS_OAUTH_SERVER_URL: https://${{ secrets.AUTH0_CUSTOM_DOMAIN }}
- name: Create 404
run: cp ./dist/MifosX/index.html ./dist/MifosX/404.html
- name: Upload artifact
Expand Down

0 comments on commit 5fea162

Please sign in to comment.