Skip to content

Commit

Permalink
Merge pull request #80 from sykefi/node-update-prod
Browse files Browse the repository at this point in the history
Node update prod
  • Loading branch information
danielhaaranen authored Dec 21, 2023
2 parents b7a611b + 9b91e25 commit 35e6567
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ui-test-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ on:
- main
paths:
- 'ui/**'
- 'air-pollutant-map/**'
- '.github/workflows/ui-test-deploy-prod.yml'

env:
AZURE_WEBAPP_NAME: syke-prtr-p-web
AZURE_WEBAPP_PACKAGE_PATH: 'ui/build' # path to web resources
NODE_VERSION: '14.x'
NODE_VERSION: '20.10.0'
REACT_APP_PRTR_SERVER: https://syke-prtr-fastapi-p-cont.azurewebsites.net # TODO replace with the final prod address

jobs:
Expand Down

0 comments on commit 35e6567

Please sign in to comment.