Skip to content

Instantly share code, notes, and snippets.

@giruzou
Created November 30, 2018 08:54
Show Gist options
  • Save giruzou/5cc21f2e69e53d12c801e6e7d182a508 to your computer and use it in GitHub Desktop.
Save giruzou/5cc21f2e69e53d12c801e6e7d182a508 to your computer and use it in GitHub Desktop.
HerokuにデプロイしたRoRをターミナルで更新するコード4行 ref: https://qiita.com/DrqYuto/items/795608263fdabcdb4bb3
$git add -A
$git commit -m "Update application"
$git push heroku master
$heroku run rails db:migrate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment