mirror of
https://github.com/amark/gun.git
synced 2025-11-24 06:25:58 +00:00
Adds a note about deploying web apps where an environment variable should be changed to avoid GUN warnings being treated as errors during CI (#1101)
This commit is contained in:
parent
5ba2d9b44f
commit
44fd7bee89
@ -221,6 +221,8 @@ var SEA = require('gun/sea');
|
|||||||
|
|
||||||
> Note: The default examples that get auto-deployed on `npm start` CDN-ify all GUN files, modules, & storage.
|
> Note: The default examples that get auto-deployed on `npm start` CDN-ify all GUN files, modules, & storage.
|
||||||
|
|
||||||
|
> Note: When deploying a web application using GUN on a cloud provider, you may have to set `CI=false` in your `.env`. This prevents GUN-specific warnings from being treated as errors when deploying your app. You may also resolve this by modifying your webpack config to not try to build the GUN dependencies.
|
||||||
|
|
||||||
To quickly spin up a GUN relay peer for your development team, utilize [Zeet](https://zeet.co), [Heroku](http://heroku.com), [Docker](http://docker.com), or any variant thereof [Dokku](http://dokku.viewdocs.io/dokku/), [Flynn.io](http://flynn.io), [now.sh](https://zeit.co/now), etc. ! Or use all of them so your relays are decentralized too!
|
To quickly spin up a GUN relay peer for your development team, utilize [Zeet](https://zeet.co), [Heroku](http://heroku.com), [Docker](http://docker.com), or any variant thereof [Dokku](http://dokku.viewdocs.io/dokku/), [Flynn.io](http://flynn.io), [now.sh](https://zeit.co/now), etc. ! Or use all of them so your relays are decentralized too!
|
||||||
|
|
||||||
### [Zeet.co](https://www.zeet.co/)
|
### [Zeet.co](https://www.zeet.co/)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user