-
-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to deploy app with dash in name (.cr does not exist) #33
Comments
I would try removing the procfile. But most important, share the logs of the |
Removing the Procfile entirely did not make a difference. Here is the entire log:
|
I did some testing with the shell script, and found a solution (on my end). It works if I surround the name, in shard.yml, in double quotes ( I don't have much experience with shell scripts, so I'm not sure why this is happening, but I found that anything after |
@cloewen8 could you paste the content of your if the code has |
|
Cool, my last comment was sent without noticing discovery. So it's definitely an issue with shards with names with dashes. Thanks for narrowing it down and offer a workaround. |
I'm having trouble getting my app to compile for Heroku. I can compile it just fine on my own machine. I am getting an error message, but I'm not sure what it means or how to go about troubleshooting it:
.cr does not exist
. Any idea what this means and how to resolve it?I created the project using
crystal init
, added a Procfile (web: crystal src/cj-fan-server
), adjusted the license and version, and created a lib folder. I have not made any other changes to the configuration (not including source code) or structure (source: https://github.com/cloewen8/CJ-Fan-Server).So far I've tried adding
.cr
to the process command, renaming the Procfile temporarily, and searching for the error message (not a single match).The text was updated successfully, but these errors were encountered: