Track deployments to understand how changes impact performance. Deploys allow you to see timeline markers for code deployments.
To create a deploy you will need your site-slug and either your site-secret or an API Key with permissions to create deploys.
Your site-slug and site-secret can be found on the site settings page. You can access or create an API Key on the organisation API keys page.
You can create deploys with the CLI, Node.js API or by using the HTTP Site API.
1calibre site create-deploy --site=<site-slug>
1const { Deploy } = require('calibre')23await Deploy.create({4 site: '<site-slug>',5})
1curl --request POST\2https://calibreapp.com/api/sites/<site-slug>/deploys?secret=<site-secret>
Your deploy will now be viewable on all metric charts within Calibre: