Last active
August 29, 2015 13:57
-
-
Save deanrad/9666439 to your computer and use it in GitHub Desktop.
A cup of morning Comment Sense
This file contains hidden or 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
| # let your comment-sense dir be PWD | |
| set -e # abort on error | |
| echo "Good morning. Updating projects..." | |
| git checkout master | |
| git pull | |
| bundle install | |
| rake db:migrate | |
| RAILS_ENV=test rake db:migrate | |
| echo "Yay all is good" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment