m-haisham / novelsave

This is a tool to download and convert novels from popular sites to e-books.
Apache License 2.0
36 stars 7 forks source link

Unable to deploy #67

Closed damare01 closed 2 years ago

damare01 commented 2 years ago

Describe the bug Can't deploy the bot because there is no app.json file

m-haisham commented 2 years ago

I dont think app.json is required to run the web app. My current deployment does not use it either.

damare01 commented 2 years ago

I dont think app.json is required to run the web app. My current deployment does not use it either.

@mensch272 I tried deploying it on heroku, it failed because there is no app.json file. What is the command to run discord bot?

damare01 commented 2 years ago

Is it npm start? And is the build command "pip install -r requirements.txt"?

m-haisham commented 2 years ago

This is the command to run the bot.

https://github.com/mensch272/novelsave/blob/48b1789ea412378f00f6291cf4cda9f525baa8f2/Procfile#L1

Heroku automatically installs dependencies by using pip install -r requirements.txt when using the python build pack. Could you describe your process in more detail so I may provide better help.

damare01 commented 2 years ago

This is the command to run the bot.

https://github.com/mensch272/novelsave/blob/48b1789ea412378f00f6291cf4cda9f525baa8f2/Procfile#L1

Heroku automatically installs dependencies by using pip install -r requirements.txt when using the python build pack. Could you describe your process in more detail so I may provide better help.

I will just deploy it on railway, thank you!