leafo / heroku-buildpack-lua

Run Lua on Heroku!
http://leafo.net
90 stars 27 forks source link

cant deploy to heroku #1

Closed MrMarvin closed 12 years ago

MrMarvin commented 12 years ago

Hi! Seems that herukos customs buildpacks have changed... this one wont be accepted as a valid app anymore.

# heroku create --stack cedar --buildpack http://github.com/leafo/heroku-buildpack-lua.git
# vim app.rockpec
# git add app.rockpec
# git commit -m "init"
# git push origin master                                
Counting objects: 6, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (6/6), 499 bytes, done.
Total 6 (delta 0), reused 0 (delta 0)

-----> Heroku receiving push
-----> Fetching custom buildpack... done
 !     Heroku push rejected, no Cedar-supported app detected

To git@heroku.com:morning-warrior-4394.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:morning-warrior-4394.git'

Sadly, no more info is given.

MrMarvin commented 12 years ago

Oh never mind, had a really stupid typo in the rockspecs file name. Therefore the detect script didnt find it. Cant we provide a more sophisticated error message in this case?