Skip to content

Instantly share code, notes, and snippets.

@EstebanMDQ
Created March 31, 2016 20:12
Show Gist options
  • Save EstebanMDQ/f15dca7962299d59b91c7d530b18b6d1 to your computer and use it in GitHub Desktop.
Save EstebanMDQ/f15dca7962299d59b91c7d530b18b6d1 to your computer and use it in GitHub Desktop.
run gulp build in codeship and deploy that to heroku
gulp test
gulp build
git config --global user.email "you@email.com"
git config --global user.name "Your Name"
git add build
git commit -am "app built"
export CI_COMMIT_ID=$(git rev-parse HEAD)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment