2
4

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デプロイ手順①]heroku CLIのインストールからログインまで

Last updated at Posted at 2020-07-19

はじめに

個人アプリ開発において本番環境をherokuに指定し、デプロイを行いました。
公式リファレンスを参考にするとすんなりデプロイできたので、これから段階ごとに分けてアウトプットします。

環境

Rails 5.0系
macOS catalina 10.15
herokuアカウント作成済み(まだ作成していない方は下記URLからそちらを先にお願いします)
https://dashboard.heroku.com/apps

heroku CLIのインストール

まずホームディレクトリにて**heroku CLI(コマンドラインインターフェース)**をインストールします。

ターミナル.
$ brew install heroku/brew/heroku

インストールしたらターミナルでherokuコマンドを使用できます。

herokuにログイン

次に下記コマンドを実行してheroku CLIにログインします。herokuアカウントのメールアドレスとパスワードを使用してログインしましょう。

ターミナル.
$ heroku: Enter your Heroku credentials
Email: schneems@example.com
Password:
Could not find an existing public key.
Would you like to generate one? [Yn]
Generating new SSH public key.
Uploading ssh public key /Users/adam/.ssh/id_rsa.pub

最後に

次回は引き続きherokuデプロイ編②をアウトプットしていくので参考にして下さい。
https://qiita.com/nkekisasa222/items/6954937cc5c968909401

2
4
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
2
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?