Deploying Flask App for Telegram

and now when you run heroku in cmd ,what does it show as output

image
It does not work on this one

but works here

it about the environment , in the first one you are working on another separate environment to run python , but heroku is working in general.
So , just go with the second one. I hope it works,

How come It will work?
If I work on second one I will not get any application URL

And I tried continuing with it shows invalid

can you please share an image of that

did you run command heroku login first ? if yes , was it successfull?

yes i did now it worked
but still i am facing some problem
git push heroku master command it does not run because there is no git repository
to work on my repository i need to go back to another command line only in image 1.
and there heroku does not appear to be a git repo

that’s good.

let me check this.

do you gave git installed in your system ?

yes i have
I worked with it a bit

kindly open your heroku dashboard in browser , and in deploy section it will showing you some commands to run.
Follow them , and if stuck then let me know.

image

procfile should declare type web
my procfile contains web unicorn app:app

web gunicorn app:app

correct this

I am sorry I meant the same
it contains
web gunicorn app:app

ohh sorry that was my mistake…
its
web: gunicorn app:app

No change yet :frowning_face:

can you share with your git repository , let me try it