1
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 5 years have passed since last update.

heroku 忘れがち

Posted at

heroku アプリ一覧
heroku apps
アプリ強制消去
heroku apps destroy --app アプリ名 --confirm アプリ名
アプリ用を作成
heroku create アプリ名
アプリ名を指定しない場合はheroku側で名前が付けられる

herokuでmysql設定
heroku addons:cleardb:ignite --app アプリ名
heroku config --app アプリ名| grep CLEAR_DATABASE_URL
heroku config:set DATABASE_URL='一個前のコマンド結果 CLEARDB_DATABASE_URL:以下を入力' --app アプリ名

1
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
1
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?