Skip to content

Deploy to production env#62

Merged
boazpoolman merged 14 commits into
mainfrom
develop
Jun 22, 2026
Merged

Deploy to production env#62
boazpoolman merged 14 commits into
mainfrom
develop

Conversation

@boazpoolman

Copy link
Copy Markdown
Collaborator

No description provided.

derrickmehaffy and others added 14 commits June 17, 2026 11:43
…bhooks

Lifecycle webhooks (submission-received, approved, declined, changes-requested) no longer carried the submitter's email/name, so downstream n8n email workflows had no recipient. Add owner_email/owner_name (from the submit payload on create; from the populated owner relation on publish/decide) plus a coarse kind (plugin|template) for routing/labels. Keeps canonical Strapi field names (documentId, name, git_repository, slug).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Workflows were authored against an older payload. Map body fields to canonical names (plugin_name/template_name->name, submissionId/package_id->documentId, repository_url->git_repository, package_slug->slug); fix security-scan/stale-scan callbacks to use the correct route plurals (packages/templates) and authenticate via Authorization: Bearer $env.STRAPI_API_TOKEN instead of an unset credential; standardize on $env.STRAPI_BASE_URL. Add the n8n env wiring (STRAPI_BASE_URL/API_TOKEN, N8N_BLOCK_ENV_ACCESS_IN_NODE) needed for the workflows to reach Strapi. Production-faithful: SendGrid + header-auth webhooks retained.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
config/database.ts supports a postgres client but the driver was never installed, so the app could only run on the sqlite default. Required to run against the (staging) Postgres database.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
fix(automation): resolve n8n workflow ↔ CMS webhook contract drift
@vercel

vercel Bot commented Jun 22, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
community-web Ready Ready Preview, Comment Jun 22, 2026 8:50am

Request Review

@boazpoolman boazpoolman merged commit 3f78af8 into main Jun 22, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants