v1.0.1 April Fools': Wanted mode
sergiitk
released this
29 Mar 13:42
·
177 commits
to master
since this release
What's this do?
You can see it live here: https://pagerbeauty.herokuapp.com/v1/schedules/PJ1P5JQ.html
(this will go back to the normal view after April 1st)
How to use it
Follow regular deployment instructions: https://github.com/sergiitk/pagerbeauty, with but deploy April Fools' version:
Docker
Use sergiitk/pagerbeauty:1.0.1-aprilfools
:
docker run --rm -p 8080:8080 --env-file=.env -it sergiitk/pagerbeauty:1.0.1-aprilfools
Heroku / other git-based deployments
Deploy v1.0.1-aprilfools
tag or april-fools-style
branch.
FAQ
What about ongoing incident view?
It stays the same so you don't miss your alerts.
Is this stable?
Yes, it's based on v1.0.1
with minor style changes
How to turn it off?
Deploy the latest version: v1.0.1
.
Why won't it turn off automatically after April 1st?
Figuring out when you want to run it is difficult because of different timezones, so we give you the full control through publishing it as a separate version.
Ref #97