LoginSignup
0
0

More than 3 years have passed since last update.

開発環境で更新したGithubのコードを本番環境でpull

Posted at

git fetch origin master

git reset --hard origin/master(強制的にpullする)

EC2インスタンス再起動(これをしないとunicornの起動時にエラー)

unicorn_rails -c /var/www/rails/mumu(アプリの名前)/config/unicorn.conf.rb -D -E production(unicornの起動)

sudo nginx -s reload(Nginxの再起動)

sudo service mysqld start(mysqlを起動していなかったら)

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0