Created
June 12, 2012 16:49
-
-
Save rodrigomaia/2918659 to your computer and use it in GitHub Desktop.
Jenkins Chat
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
| cd ~/forteschat3/oraculo | |
| git stash | |
| git pull | |
| rvm use ruby-1.9.2-p290@oraculo | |
| gem list | |
| bundle | |
| rake db:migrate | |
| rspec | |
| cd ~/forteschat3 | |
| forever stopall | |
| kill -9 `cat ~/forteschat3/oraculo/tmp/pids/unicorn.pid` | |
| npm install | |
| cd ~/forteschat3/oraculo | |
| rake sunspot:solr:reindex | |
| unicorn_rails -c unicorn.rb -E homologation -D | |
| cd ~/forteschat3 | |
| NODE_ENV=homologacao forever start startServer.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment