Skip to content

Instantly share code, notes, and snippets.

@enricopolanski
Created March 28, 2019 23:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enricopolanski/7e24fdb78698396f1713435b8e0a051e to your computer and use it in GitHub Desktop.
Save enricopolanski/7e24fdb78698396f1713435b8e0a051e to your computer and use it in GitHub Desktop.

//

heroku login // logins heroku create // creates a new app in local dir git push heroku master // pushes stuff from heroku to master heroku ps:scale web=1 // ensures at leasy a dyno is active, idk heroku open // opens the app heroku logs --tail heroku local web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment