Closed xim0608 closed 6 years ago
source /etc/profile.d/rbenv.sh source /var/lib/jenkins/.bashrc cd /var/www/labooks git pull origin master RAILS_ENV=production bundle install --path vendor/bundle RAILS_ENV=production bundle exec rake assets:precompile RAILS_ENV=production bundle exec rake db:migrate /var/www/labooks/unicorn.sh stop BUILD_ID=dontKillMe /var/www/labooks/unicorn.sh start