Strapi plugin to publish your content to Coolify
npm install @piksail/strapi-plugin-publish-coolifyA Strapi plugin that integrates with Coolify to trigger deployments of your static site generated (SSG) frontend applications directly from your Strapi admin panel.
``bash`
pnpm add @piksail/strapi-plugin-publish-coolify
Add the following environment variables to your .env file:
`bash`Coolify API Configuration
COOLIFY_TOKEN=your_coolify_api_token
COOLIFY_API_URL=https://your-coolify-instance.com/api/v1
COOLIFY_APP_UUID=your_application_uuid
`bashChange version in package.json to "dev" or any other tag you want to use for local development
context is current plugin directory
pnpx nodemon --watch dist --exec "pnpm run build && npx yalc push"