DEV Community

Kentaro0919
Kentaro0919

Posted on • Updated on

Heroku tips

Tips I found using Heroku with Masonite

To display the versions of application release.

$ heroku releases -a {appname}

To rollback to a version.

$ heroku rollback v53 -a {appname}

Top comments (0)