0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

herokuコマンド集

0
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?