DEV Community

Discussion on: Deploying .NET Core to Heroku

Collapse
 
alrobilliard profile image
Andrew Robilliard

Hi Luis,

It looks like you're nearly there! The error you're getting is just referring to the app flag '-a', which you're already including.

I suspect the issue is with the commands you're running. It should be:
heroku container:push -a miappmvc web
heroku container:release -a miappmvc web

(no space after "container:")