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
NB: You need to link this new application to the github repository housing your Spring-boot application, do this manually via the heroku dashboard: heroku-app-dashboard > Deploy > Deployment method
$ heroku create
Create an image of the registry application (locally):
$ heroku container:push web --app <generated-app-name>
$ heroku container:release web --app <generated-app-name>