davidsneal / statamic-circleci
A simple addon for Statamic v3, to trigger CircleCI workflows from the CP.
Installs: 107
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 17
Type:statamic-addon
Requires
- php: ^7.2
- illuminate/support: 7.*
- statamic/cms: 3.*@beta
- dev-master
- 1.1.0
- 1.0.0
- dev-dependabot/npm_and_yarn/json5-1.0.2
- dev-dependabot/npm_and_yarn/express-4.18.2
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/eventsource-1.1.1
- dev-dependabot/npm_and_yarn/async-2.6.4
- dev-dependabot/npm_and_yarn/minimist-1.2.6
- dev-dependabot/npm_and_yarn/url-parse-1.5.10
- dev-dependabot/npm_and_yarn/ajv-6.12.6
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/ws-6.2.2
- dev-dependabot/npm_and_yarn/dns-packet-1.3.4
- dev-dependabot/npm_and_yarn/browserslist-4.16.6
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/ssri-6.0.2
- dev-dependabot/npm_and_yarn/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/axios-0.21.1
- dev-dependabot/npm_and_yarn/ini-1.3.8
- dev-dependabot/npm_and_yarn/elliptic-6.5.3
This package is auto-updated.
Last update: 2025-04-06 12:34:54 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.