Tôi đang cố gắng triển khai một dự án mã nguồn mở của mình cho heroku, nó rất đơn giản chỉ với html và javascript tĩnh. Nhưng họ không hỗ trợ các trang web tĩnh? Tôi không muốn biến nó thành một dự án Sinatra nếu tôi không có kế hoạch sử dụng bất cứ thứ gì ngoài html và javascript.
~/sites/d4-site $ heroku create --stack cedar
Creating quiet-ice-4769... done, stack is cedar
http://quiet-ice-4769.herokuapp.com/ | git@heroku.com:quiet-ice-4769.git
Git remote heroku added
~/sites/d4-site $ git remote -v
heroku git@heroku.com:quiet-ice-4769.git (fetch)
heroku git@heroku.com:quiet-ice-4769.git (push)
~/sites/d4-site $ git push heroku master
Counting objects: 53, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (49/49), done.
Writing objects: 100% (53/53), 206.08 KiB, done.
Total 53 (delta 4), reused 0 (delta 0)
-----> Heroku receiving push
-----> Removing .DS_Store files
! Heroku push rejected, no Cedar-supported app detected