Files
notifications-admin/paas-failwhale
Jonathan Bobel 348e29fb40 - Removed links to the gov uk stylesheets
- Deleted /stylesheets folder
- Removed sass build from gulpfile
- Changed gov links to usa links
- Changed other govuk styles, like breadcrumbs
- Changed name of uk_components file to us_components
- Fixed a few tests that broke on account of the changes
2023-08-08 16:19:17 -04:00
..
2023-07-12 12:09:44 -04:00
2017-03-28 13:30:08 +01:00
2017-03-28 13:30:08 +01:00

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