Skip to content

Instantly share code, notes, and snippets.

@srmd-tl
Last active February 3, 2021 18:17
Show Gist options
  • Save srmd-tl/03187f0b07da83fd7e5b31589cfcc98a to your computer and use it in GitHub Desktop.
Save srmd-tl/03187f0b07da83fd7e5b31589cfcc98a to your computer and use it in GitHub Desktop.
heroku ps:scale web=0 //to stop the heroku app
heroku ps:scale web=1 //to start the heroku app
heroku run bash // to start the terminal
heroku apps // to show all apps
git push heroku master // push to master branch of heroku
heroku config:set APP_KEY=$(php artisan --no-ansi key:generate --show)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment