1.0.1 ā€¢ Published 2 years ago

strapi-plugin-manual-build v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago


A plugin for Strapi that adds an easy way for non-admin CMS users to trigger a build.

āš ļø Currently only supports Vercel

Supported Strapi version

Currently only Strapi v4 is supported.

Installation

With npm

npm install strapi-plugin-manual-build

With yarn

yarn add strapi-plugin-manual-build

In the config/plugins.js file add:

module.exports = ({ env }) => ({
  "manual-build": {
    config: {
      provider: "vercel",
      buildUrl: env("BUILD_URL"),
      accessToken: env("VERCEL_ACCESS_TOKEN"),
      teamId: env("VERCEL_TEAM_ID"), // optional
    }
  }
  // Other plugins
})

Support

For Strapi documentation, please go to the official Strapi documentation.

For questions and issues with this plugin use one of the following channels:

  • GitHub (Bug reports, Contributions, Questions and Discussions)
  • E-mail - We'll respond as soon as possible

šŸ“ License

MIT License

Made with šŸ’œ in Utrecht by Devtastic.