{"id":36998445,"url":"https://github.com/workingconcept/trigger-craft-plugin","last_synced_at":"2026-01-13T23:59:41.364Z","repository":{"id":57081839,"uuid":"215913068","full_name":"workingconcept/trigger-craft-plugin","owner":"workingconcept","description":"Kick off static deployments from Craft CMS only when you need them.","archived":false,"fork":false,"pushed_at":"2022-08-31T21:37:03.000Z","size":254,"stargazers_count":13,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-10-23T16:46:44.973Z","etag":null,"topics":["craft3","craftcms","deployments","utility"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/workingconcept.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-18T01:00:57.000Z","updated_at":"2021-11-15T16:34:15.000Z","dependencies_parsed_at":"2022-08-24T14:58:18.115Z","dependency_job_id":null,"html_url":"https://github.com/workingconcept/trigger-craft-plugin","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/workingconcept/trigger-craft-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workingconcept%2Ftrigger-craft-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workingconcept%2Ftrigger-craft-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workingconcept%2Ftrigger-craft-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workingconcept%2Ftrigger-craft-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/workingconcept","download_url":"https://codeload.github.com/workingconcept/trigger-craft-plugin/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workingconcept%2Ftrigger-craft-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28406336,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["craft3","craftcms","deployments","utility"],"created_at":"2026-01-13T23:59:40.807Z","updated_at":"2026-01-13T23:59:41.356Z","avatar_url":"https://github.com/workingconcept.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Trigger](resources/hero.svg)\n\n\u003ch1 align=\"center\"\u003eTrigger Craft CMS 3 Plugin\u003c/h1\u003e\n\u003ch4 align=\"center\"\u003eKick off static deployments only when you need to.\u003c/h4\u003e\n\n---\n\n**As of v2.3.1, the first-party [Webhooks plugin](https://github.com/craftcms/webhooks) supports debouncing requests. You may want to give that a look first!**\n\n## Overview\n\nA simple plugin to kick off builds asynchronously, ideal for something like a headless [GatsbyJS](https://www.gatsbyjs.org/) or [Gridsome](https://gridsome.org/) frontend deployed to [Netlify](https://www.netlify.com/) or [Zeit](https://zeit.co/). Use it to add a glorified build buton, or tie it to cron so that changes are grouped and pushed on whatever schedule you define.\n\n## Features\n\nQuick setup for publishing changes immediately, or collecting them for routine checks via cron:\n![control panel settings sreenshot](resources/settings.png)\n\nDashboard widget for instant deploys:\n![control panel settings](resources/widget.png)\n\nRun checks or trigger deploys from the command line:\n\n```shell\ntrigger/deploy/check  # Triggers a build if changes are pending.\ntrigger/deploy/go     # Immediately triggers a deploy build.\ntrigger/deploy/cancel # Cancels pending changes.\n```\n\n## Setup\n\n1. Require with `composer require workingconcept/craft-trigger`, then install via CLI or control panel.\n2. Visit Settings, set your deploy webhook URL.\n3. To batch changes for deploy, add a cron job to run `craft trigger/deploy/check`, which post to your webhook URL only if changes are pending.\n4. Optionally add the Dashboard widget to your layout for quick one-click builds.\n\n## How it Works\n\nSaving, reordering, deleting and restoring Elements will either trigger a build or switch on a `pending` flag in the database, depending on the _Deploy on Content Change_ setting you chose. Running `craft trigger/deploy/check` or manually triggering a build from the Dashboard or with `trigger/deploy/go` will reset that flag.\n\nDraft edits won't be flagged as changes.\n\n---\n\n## Support\n\nFile an issue and I'll try to respond promptly and thoughtfully. This is a free-time project, so I appreciate your patience.\n\n---\n\nThis plugin is brought to you by [Working Concept](https://workingconcept.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkingconcept%2Ftrigger-craft-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworkingconcept%2Ftrigger-craft-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkingconcept%2Ftrigger-craft-plugin/lists"}