मैं उसे करने के लिए एक खुला स्रोत परियोजना को तैनात करने की कोशिश कर रहा हूँ, यह सिर्फ स्थैतिक HTML और जावास्क्रिप्ट के साथ बहुत ही आवश्यक है। लेकिन क्या वे स्थैतिक साइटों का समर्थन नहीं करते हैं? अगर मैं कभी भी कुछ भी html और जावास्क्रिप्ट का उपयोग करने की योजना नहीं बनाऊंगा, तो मैं इसे सिनात्रा परियोजना नहीं बनाऊंगा।
~/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