mirror of
https://github.com/fergalmoran/onearmy-community-platform.git
synced 2025-12-22 09:37:54 +00:00
A full build of the application is needed for each target installation because the credentials needed by Firebase, Algolia, Sentry etc are loaded out of the environmental variables. Builds require multiple minutes to run and this work is duplicative. Recently we had to upgrade the CircleCI resources used to sidestep performance issues around the build step. Duplicate builds mean that the code which we deploy to our production environment is not the same as the code under test.
16 lines
310 B
JSON
16 lines
310 B
JSON
{
|
|
"short_name": "Community Platform",
|
|
"name": "Community Platform",
|
|
"icons": [
|
|
{
|
|
"src": "favicon.ico",
|
|
"sizes": "64x64 32x32 24x24 16x16",
|
|
"type": "image/x-icon"
|
|
}
|
|
],
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"theme_color": "#000000",
|
|
"background_color": "#ffffff"
|
|
}
|