itiden/statamic-buddy

There is no license information available for the latest version (v1.1.1) of this package.

Statamic addon to deploy frontend with Buddy

v1.1.1 2023-10-31 20:28 UTC

This package is auto-updated.

Last update: 2024-05-30 00:46:25 UTC


README

Statamic addon for deploying a Buddy pipeline.

How to Install

You can search for this addon in the Tools > Addons section of the Statamic control panel and click install, or run the following command from your project root:

composer require itiden/statamic-buddy

How to Use

You need to add the following variables to your .env file

STATAMIC_BUDDY_HOST="api.buddy.works"|"api.eu.buddy.works"
STATAMIC_BUDDY_API_TOKEN=your-personal-access-token
STATAMIC_BUDDY_WORKSPACE="My workspace"
STATAMIC_BUDDY_PROJECT="My project"
STATAMIC_BUDDY_PIPELINE_ID=123456