Skip to content

Commit

Permalink
fix env during npm build
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikvv committed Dec 2, 2024
1 parent 5b28b7a commit e020321
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
working-directory: ./webtool/frontend
- run: npm run build
working-directory: ./webtool/frontend
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
env:
VITE_BACKEND_URL: https://local4local-backend.zenmo.com
VITE_ANYLOGIC_CALLBACK_URL: https://local4local-backend.zenmo.com
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_DEPLOY_TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
Expand Down

0 comments on commit e020321

Please sign in to comment.