davidsneal / statamic-circleci
A simple addon for Statamic v3, to trigger CircleCI workflows from the CP.
Package info
github.com/davidsneal/statamic-circleci
Type:statamic-addon
pkg:composer/davidsneal/statamic-circleci
Requires
- php: ^7.2
- illuminate/support: 7.*
- statamic/cms: 3.*@beta
This package is auto-updated.
Last update: 2026-06-06 15:13:53 UTC
README
A simple addon for Statamic v3, to trigger CircleCI workflows/deployments from the CP.
Installation
composer require davidsneal/statamic-circleci
Configuration
Publish the addon's default configuration file and JS.
php artisan vendor:publish --provider="Davidsneal\StatamicCircleCi\ServiceProvider"
You shall need to create a personal access token in the CircleCI Dashboard, then set it along with the other required environment variables.
CIRCLECI_BRANCH=
CIRCLECI_PROJECT=
CIRCLECI_TOKEN=
CIRCLECI_USERNAME=
CIRCLECI_VCS=github
Usage
You can access the feature from the CP menu under Tools.
Permissions
This addon adds a permission you can assign to groups as required.




