Last active
February 3, 2021 18:17
-
-
Save srmd-tl/03187f0b07da83fd7e5b31589cfcc98a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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