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.

GitHubにpushするとherokuに自動デプロイする設定

Posted at

はじめに

タイトルについて記事にしました。
この記事で得る内容は以下の通りです。

・ GitHub及びherokuの基礎知識が増える
・ GitHubにpushをするとherokuに自動でデプロイを行う設定について

手順

① herokuの管理画面にて、GitHubと連携を行うappを選択します

スクリーンショット 2020-12-15 14.07.54.png

② Deployを選択します

スクリーンショット 2020-12-15 14.13.31.png

③ Deployment method項目にてGitHubのアイコンを選択します

スクリーンショット 2020-12-15 14.18.14.png

④ Connect to GitHub項目にて、連携するリポジトリ名を入力してSearchを押下します

スクリーンショット 2020-12-15 14.20.58.png

⑤ リポジトリ名を再度確認し、Connectを押下します

スクリーンショット 2020-12-15 14.26.55.png

⑥ Automatic deploys項目にてEnable Automatic Deploysを押下し設定完了です

スクリーンショット 2020-12-15 14.30.33.png

設定が完了すると、GitHubの接続状態・対象リポジトリ・どのブランチが自動デプロイの対象なのか
情報が表示されます

スクリーンショット 2020-12-15 14.35.32.png

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?