Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/its-devtastic/strapi-plugin-manual-build

A plugin for Strapi that adds an easy way for non-admin CMS users to trigger a build
https://github.com/its-devtastic/strapi-plugin-manual-build

static-site-generator strapi strapi-plugin vercel

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        


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](https://github.com/strapi/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`
```bash
npm install strapi-plugin-manual-build
```

With `yarn`
```bash
yarn add strapi-plugin-manual-build
```

In the `config/plugins.js` file add:

```js
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](https://strapi.io/documentation/).

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

- [GitHub](https://github.com/devtastic-org/strapi-plugin-manual-build/issues) (Bug reports, Contributions, Questions and Discussions)
- [E-mail](mailto:[email protected]) - We'll respond as soon as possible

## 📝 License

[MIT License](LICENSE.md)

Made with 💜 in Utrecht by [Devtastic](https://devtastic.co/).