LoginSignup
0
1

More than 1 year has passed since last update.

herokuコマンド集

Last updated at Posted at 2017-10-14

ログを見る

heroku logs --tail

アプリを指定する場合は

heroku logs -t --app アプリ名

マイグレート実行

heroku run rails db:migrate

アプリ指定

heroku run rails db:migrate --app アプリ名

アプリ作成

$ heroku create
Creating app... done.

アプリを更新する

$ git push heroku master
0
1
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
1