mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
Fixes for the following: - `<p>` tags need `govuk-body` class - https://github.com/alphagov/notifications-admin/pull/3164#discussion_r375921631 - https://github.com/alphagov/notifications-admin/pull/3164#discussion_r375924387 - unused JS file - https://github.com/alphagov/notifications-admin/pull/3164#discussion_r375949386 - link to GDS has incorrect href - https://github.com/alphagov/notifications-admin/pull/3164#discussion_r375966464 - https://github.com/alphagov/notifications-admin/pull/3164#discussion_r375966555
What is it?
This is a simple static error page to present to users in case of a (planned) downtime. It is deployed as an individual app and remains dormant until a route is assigned to it.
How do I use it?
It should already be deployed, but if not you can deploy it by running
cf push notify-admin-failwhale
To enable it you need to run
make <environment> enable-failwhale
and to disable it
make <environment> disable-failwhale
Where <environment> is any of
- preview
- staging
- production