configフォルダーはコミットされていますが、herokuには表示されません..表示すると、次のheroku run rake db:migrate
エラーが表示されます:
Running rake db:migrate attached to terminal... up, run.1
rake aborted!
no such file to load -- /app/config/application
私はこのようにそれをテストしようとしました:
$ heroku run bash -a myapp
~ $ ls config
ls: cannot access config: No such file or directory
configフォルダーがコミットされてプッシュされていると確信していますが、誰かが私を助けることができますか?
ここにgitステータスがあります:
# On branch master
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# new file: .gitignore~
# modified: .idea/workspace.xml
#
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: .idea/workspace.xml