Appearance
After deployment checklist
⚠️ When deployment has happened, please take on as much responsibility as possible and don’t assume someone else will find all the bugs.
We should all proactively seek out bugs individually.
Note that for the most important metrics (like avg response time) we have automated alerts and developers will be notified automatically about them (via Slack). But it’s also not possible to automate and maintain everything staying small and flexible (as we like), so, don’t rely on 100% on our alert system.
For minor deployments
- Ensure that your changes work on a live site.
- Ensure that the main related functionality if not broken.
#errors--productionSlack channel#js-errors--productionSlack channel
For major deployments
- Ensure that your changes work on a live site.
- Ensure that all main pages work as expected:
- Guest mode:
- https://www.interaction-design.org/
- https://www.interaction-design.org/join (guest mode, the whole flow (including the payment form))
- https://www.interaction-design.org/courses
- https://www.interaction-design.org/courses/design-thinking-the-beginner-s-guide
- https://www.interaction-design.org/literature/article/what-is-interaction-design
- https://www.interaction-design.org/community
- Member mode:
- Guest mode:
- Check application logs on:
#errors--productionSlack channel#js-errors--productionSlack channel- Application logs: https://www.interaction-design.org/admin/logs
🦄