Tibi Deployment
Use this page for Tibi-specific deployment and operational checks. Global branching and release rules live in the shared docs.
Last modified: July 9, 2026
Operational deployment guidance is also available in the new operations section: Operations Deployment.
Related Global Docs
Build Checklist
Before deploying changes that touch Tibi assets:
cd packages/wordpress/themes/tibi
npm run build
cd ../../plugins/tibi-block-library
npm run build
Also build any other changed package with a package.json or Composer build step.
Functional Checks
Before release, check the relevant areas:
- Signup form.
- Loan-right confirmation form.
- Brochure order form.
- Help search.
- Global search.
- Book recommendations and book lists.
- Banner/site-wide notice rendering.
- Bokmål/Nynorsk content where relevant.
Operational Tasks
Depending on the change, run or request:
- WordPress cache flush.
- Transient cleanup for cached API data.
- Algolia reindexing.
- SearchWP indexing, if relevant.
- Form submission smoke tests.
Troubleshooting
When a Tibi feature fails, identify which layer owns the failure:
- WordPress content/configuration.
tibi-core.tibi-block-library.- Tibi theme.
- External API.
- Algolia/SearchWP.
- Cookiebot/GTM/script loading.