Jak ponownie uruchomić serwer Heroku
heroku restart -a app_name
# The -a is the same as --app
Hemant Soni
heroku restart -a app_name
# The -a is the same as --app
heroku ps:restart web -a <my app name>
heroku restart -a app_name
# The -a is the same as --app
$ heroku ps:stop run.1
Stopping run.1 process... done