Created
November 30, 2018 08:54
-
-
Save giruzou/5cc21f2e69e53d12c801e6e7d182a508 to your computer and use it in GitHub Desktop.
HerokuにデプロイしたRoRをターミナルで更新するコード4行 ref: https://qiita.com/DrqYuto/items/795608263fdabcdb4bb3
This file contains 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
$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