Created
March 31, 2016 20:12
-
-
Save EstebanMDQ/f15dca7962299d59b91c7d530b18b6d1 to your computer and use it in GitHub Desktop.
run gulp build in codeship and deploy that to heroku
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gulp test | |
gulp build | |
git config --global user.email "[email protected]" | |
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