Deploying an existing Rails app to AWS Elastic Beanstalk

泪湿孤枕 提交于 2019-12-04 09:58:05
rene.yap

I found out what was happening. It was a "git" problem.

It is a similar problem indicated in the following post: deploying to heroku -- can't get rid of the "welcome to rails" default page Except it wass for Heroku.

Anyway, This is what I did to solve it:

git rm public/index.html
git commit -m "Removed public/index.html"
git aws.push
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!