nataliepina / growers-brains

Client side application for Growers Brains
10 stars 16 forks source link

Implement CI/CD branches #44

Closed robpedersendev closed 4 years ago

robpedersendev commented 4 years ago

Develop: for features

Staging: merged with develop checked for erroneous behaviour with cypress and sentry

Production: our face outward and should be used for public and review With CI/CD it puts our github repo through series of automatic tests ... check linting, prettier and tests cases. Then if all good uploads, build and host on Amazon services.

robpedersendev commented 4 years ago

Implement CI/CD branches

jerome0caruso commented 4 years ago

I created Staging, Production and Develop branches. Couldn't make a pull request because master and new branches are identical at the moment!

robpedersendev commented 4 years ago

Thanks for taking care of this @jerome0caruso