Skip to content

Instantly share code, notes, and snippets.

@adelbalso
Created March 24, 2014 19:48
Show Gist options
  • Save adelbalso/9747649 to your computer and use it in GitHub Desktop.
Save adelbalso/9747649 to your computer and use it in GitHub Desktop.
TO BUILD:
From the deployer repo, run bundle exec bin/build <environment> <project> <branch>
From the prompt, run: rolling_build!
TO BUILD TO PRODUCTION:
git co production
git merge master
git push origin production
git tag yyyy-mm-dd<letter>
git push origin yyyy-mm-dd<letter>
Then follow steps for deployer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment