thenittygritty / tng

The Nitty Gritty
Other
3 stars 0 forks source link

Deploy the 'stage' branch on stage.thenittygritty.co #53

Open kahlil opened 11 years ago

kahlil commented 11 years ago

@drublic: just a heads up:

so that we don't have to dirty up the master branch to test different features/changes on the server I will implement the deployment for the dev server so that it checks out the dev branch to deploy to dev.thenittygritty.co instead of master.

This would then be the process to test changes on the server:

  1. merge master into dev
  2. merge features/changes into dev
  3. push dev branch to dev server

For stage we continue using the master branch since it should represent exactly what we will deploy on live.