BGDIINF_SB-2671: Fixed integration and production build#299
Merged
Conversation
702113e to
a310c24
Compare
boecklic
approved these changes
Nov 17, 2022
pakb
approved these changes
Nov 17, 2022
Comment on lines
+1
to
10
| VITE_API_BASE_URL=https://api3.geo.admin.ch/ | ||
| VITE_API_SERVICE_ALTI_BASE_URL=https://api3.geo.admin.ch/ | ||
| VITE_API_SERVICE_SEARCH_BASE_URL=https://api3.geo.admin.ch/ | ||
| VITE_APP_API_PUBLIC_URL=https://public.geo.admin.ch/ | ||
| VITE_APP_DATA_BASE_URL=https://data.geo.admin.ch/ | ||
| VITE_APP_WMTS_BASE_URL=https://wmts.geo.admin.ch/ | ||
| VITE_APP_WMS_BASE_URL=https://wms.geo.admin.ch/ | ||
| VITE_APP_API_SERVICES_BASE_URL=https://map.geo.admin.ch/ | ||
| VITE_APP_API_SERVICE_KML_BASE_URL=https://public.geo.admin.ch/ | ||
| VITE_DATA_BASE_URL=https://data.geo.admin.ch/ | ||
| VITE_WMTS_BASE_URL=https://wmts.geo.admin.ch/ | ||
| VITE_WMS_BASE_URL=https://wms.geo.admin.ch/ | ||
| VITE_API_SERVICES_BASE_URL=https://map.geo.admin.ch/ | ||
| VITE_API_SERVICE_KML_BASE_URL=https://public.geo.admin.ch/ | ||
| VITE_APP_API_SERVICE_SHORTLINK_BASE_URL=https://s.geo.admin.ch/ |
Contributor
There was a problem hiding this comment.
😖 this one slipped by when we moved to Vite, sorry
3eb9650 to
30ae4ce
Compare
Production build did not used the production backends, while we did not had integration build. This has been solved. This means that now we can only deploy integration build from master on INT. When merging on master we build the app for integration and for production. The deploy script has been update to only deploy on dev, deploying on INT and PROD will be done within another script.
30ae4ce to
ed43ab7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Production build did not used the production backends, while we did not
had integration build. This has been solved. This means that now
we can only deploy integration build from master on INT. When merging on master
we build the app for integration and for production.
The deploy script has been update to only deploy on dev, deploying on INT and
PROD will be done within another script.
Test link