developmentseed / developmentseed/pearl-backend
Fix Reforestamos deployment environments
- Dominant language
- JavaScript
- Stars
- 58
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Currently there is only one API instance online for Reforestamos project, tracking `project-ts` branch. Both production and staging websites are pointing to it, which is not ideal because API changes during the development workflow are going to break Reforestamos production website.
I suggest we follow the same approach described at https://github.com/developmentseed/pearl-frontend/issues/71:
- [landcover.io](https://landcover.io): tracking `main` branch, which holds v1 branch of the app
- [Reforestamos (prod)](http://pearl-reforestamos.azureedge.net): should track `v2` branch
- [Reforestamos (staging)](https://pearl-reforestamos-staging.azureedge.net): should track `develop` branch
cc @ingalls @geohacker
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.