You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
Instructions say to run ./deploy.sh <app-name>, but there is no deploy.sh file in this repo. So, I tried running bash deploy-heroku.sh instead. But it seems like that script cd's to incorrect working directory, resulting in a "no such file" type error. So I tried manually running the individual commands in the deploy script, but I ended up with this error in heroku:
App not compatible with buildpack: https://github.com/heroku/heroku-buildpack-ruby.git#v227
The text was updated successfully, but these errors were encountered:
Instructions say to run
./deploy.sh <app-name>
, but there is nodeploy.sh
file in this repo. So, I tried runningbash deploy-heroku.sh
instead. But it seems like that scriptcd
's to incorrect working directory, resulting in a "no such file" type error. So I tried manually running the individual commands in the deploy script, but I ended up with this error in heroku:The text was updated successfully, but these errors were encountered: