1
2

More than 3 years have passed since last update.

rails tutorial 【第二章】herokuプッシュ後に「Heroku | Welcome to your new app!」と表示されてしまう。

Posted at

タイトル通りです。herokuにプッシュ後に「hell,world」が表示されずに「Heroku | Welcome to your new app!」と表示されてしまう問題の解決方法です。

原因

「git remote -v」で表示されたリモートリポジトリと実際にデプロイしているリポジトリが異なっていたため

解決方法

リポジトリ変更コマンド「git remote set-url heroku 新しいherokuのgitリポジトリURL」を実行して再度プッシュすると「hell,world!」が表示されました。

参考記事→https://teratail.com/questions/166277

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