Skip to content

its-devtastic/strapi-plugin-manual-build

Repository files navigation

Logo - Strapi Manual Build plugin

Strapi v4 - Manual Build plugin

A simple interface to manually trigger a website build.

GitHub package.json version Monthly download on NPM


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.