chingu-voyages / v35-toucans-team-04

Add-project-description-here | Voyage-35 | https://chingu.io/ | Twitter: https://twitter.com/ChinguCollabs
https://fight-depression.vercel.app/
1 stars 3 forks source link

As a developer, I want to the code changes pushed to main github branch to be deployed automatically, so I can see the result immediately. #37

Open hertantoirawan opened 2 years ago

hertantoirawan commented 2 years ago

Currently we're trying to setup the deployment from github to Heroku. We chose Heroku for the flexibility between front end and back end.

We want to setup workflow so that when our changes are pushed into the main branch in github, it should automatically be deployed to Heroku.

In short, this is called Continuous Deployment (the CD part of CI/CD terminology that you often hear).

Update: We're using Vercel instead of Heroku because Heroku doesn't natively support vanilla html javascript.

hertantoirawan commented 2 years ago

Currently labelling this type of non-product-related work as "task". User story should be used only for product-related work.