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: 2

Forks: 0

Open Issues: 17

Type:statamic-addon


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.

menu

CIRCLECI_BRANCH=
CIRCLECI_PROJECT=
CIRCLECI_TOKEN=
CIRCLECI_USERNAME=
CIRCLECI_VCS=github

Usage

You can access the feature from the CP menu under Tools.

menu

main

confirmation

Permissions

This addon adds a permission you can assign to groups as required.

permission