Skip to content

CI/CD Integration

Dojo can be integrated into your continuous integration and deployment workflows.

Dojo supports webhooks for triggering external systems on events like stack submissions, approvals, and merges.

Install the Dojo CLI in your CI environment:

Terminal window
curl -fsSL https://dojo.ninja/install.sh | sh
export PATH="$HOME/.dojo/bin:$PATH"

When a stack is submitted for review, trigger your test suite against the stack’s changes.

After a stack is approved and all checks pass, automatically merge it.

When a stack is merged into the main bookmark, trigger a deployment.