Skip to content

Instantly share code, notes, and snippets.

View malvernbright's full-sized avatar

Malve malvernbright

  • ByteShere Dev
  • Harare
  • 08:20 (UTC +02:00)
View GitHub Profile
@Hazem-Ben-Khalfallah
Hazem-Ben-Khalfallah / maintenanceMode
Last active July 21, 2022 08:27
[Heroku maintenance mode] enable/disable heroku maintenance mode #heroku
ON:
heroku maintenance:on --app APP_NAME
OFF:
heroku maintenance:off --app APP_NAME