Skip to content

Instantly share code, notes, and snippets.

@Hazem-Ben-Khalfallah
Last active July 21, 2022 08:27
Show Gist options
  • Save Hazem-Ben-Khalfallah/8019971 to your computer and use it in GitHub Desktop.
Save Hazem-Ben-Khalfallah/8019971 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