Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

一度デプロイしたアプリの実装を変更したい

解決したいこと

Ruby on Railsで就活Webアプリ(intern-app)をつくっています。

一度デプロイしてHeroku上でアプリケーションを公開しましたが、変更を加えたくて、ローカル環境で開こうとしています。しかし、うまくいきません。

解決方法を教えて下さい。

[ 具体的なエラー内容 ]
一度他のアプリを作った後に、今回のアプリ(intern-app)に変更を加えたいと考えています。変更を加えるために、まずはintern-appをローカル環境に持ってきたいです。
しかし、「localhost:3000」にしても前回のアプリが引き継がれてしまい、うまくいきません。

自分で試したこと

調べましたが、良い解決策に出会えませんでした。
そこで、自分なりに試行錯誤してみました。

① Gitのカレントリポジトリをintrern-appに変え、一度コミットしてみた
② Herokuに「git push heroku master」をして、Heroku上にコミットを反映してみた。

①の結果: 依然として前回のアプリがローカル環境に残っていた。

②の結果: エラーが出た。

remote: Verifying deploy...
remote: 
remote: !	Push rejected to intern-app-3.
remote: 
To https://git.heroku.com/intern-app-3.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/intern-app-3.git'
iidaminaho@iidaminahonoMacBook-Air intern-app % 

intern-appが、なぜローカル環境に反映できないのか、原因がわかりません。

教えてください🙇‍♀️🙇‍♀️🙇‍♀️

0

No Answers yet.

Your answer might help someone💌