Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Github Workflow

adysevy edited this page Apr 3, 2015 · 13 revisions

Since multiple developers (who are not co located) are working on this product, we would like to follow this workflow:

  • master branch is synced with the live application at civicgraph.io
  • testing branch is synced with the testing application at bit.ly/cgraphtest
  • development is being done out of the testing branch
  • every story or bug gets its own branch
  • when a story is complete - merge it to the testing branch
  • deploy the changes to the testing environment
  • upon approval of the changes - merge the testing branch to the master branch
  • deploy the changes to the live environment

Database:

  • The database URLs and credentials will be given to our collaborators.
Clone this wiki locally