web:
1.登录到远程
ssh root@www.siwei.tech -p 35888
2.进到
/opt/app/pin_tuan_bao_web/current
3.git pull 将代码拉下来
如果有migration就
bundle exec rake db:migrate
如果有js或者css就
bundle exec rake assets:precompile RAILS_ENV=production
4.重启远程服务器:
bundle exec thin restart -C config/thin.yml
h5:
首次就是先bundle
在本地
bundle exec cap deploy