Skip to content

Instantly share code, notes, and snippets.

@malvernbright
Forked from Hazem-Ben-Khalfallah/maintenanceMode
Created July 21, 2022 08:27
Show Gist options
  • Save malvernbright/f5ef70df18a60995b21f3da2a3ce04cb to your computer and use it in GitHub Desktop.
Save malvernbright/f5ef70df18a60995b21f3da2a3ce04cb to your computer and use it in GitHub Desktop.
[Heroku maintenance mode] enable/disable heroku maintenance mode #heroku
ON:
heroku maintenance:on --app APP_NAME
OFF:
heroku maintenance:off --app APP_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment