Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save djom202/d69234bf8c1a3145173220f6afc20dc3 to your computer and use it in GitHub Desktop.
Save djom202/d69234bf8c1a3145173220f6afc20dc3 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