0
0

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.

【2回目以降】herokuでデプロイ後の更新方法(4ステップで終了)(Rails)

Last updated at Posted at 2021-02-17

前提として

2回目以降の変更分について、
GitHubデスクトップでコミット→プッシュしておく必要があります。

手順一覧

手順① herokuにログイン

ターミナル

$ heroku login

手順② herokuにデプロイ

ターミナル

$ git push heroku master

手順③ herokuでのマイグレーション

ターミナル

$ heroku run rails db:migrate

手順④ herokuの情報確認(URLなど)

ターミナル

$ heroku apps:info

公開されたアプリケーションの詳細を見ることができます。

以上です。

0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?