[PR #17] [MERGED] Deployment trigger #324

Closed
opened 2026-03-03 11:29:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/17
Author: @pavanbhaskardev
Created: 3/27/2025
Status: Merged
Merged: 3/27/2025
Merged by: @pavanbhaskardev

Base: mainHead: deployment-trigger


📝 Commits (2)

  • c56360c feat: add webhook for deployment trigger on pushing code to github
  • 0a565fb fix: fixed the domain duplication of redeployment, removing deployments when deleting app

📊 Changes

13 files changed (+338 additions, -175 deletions)

View changed files

📝 package.json (+1 -0)
📝 pnpm-lock.yaml (+11 -8)
src/actions/deployment/deploy.ts (+100 -0)
📝 src/actions/deployment/index.ts (+4 -89)
📝 src/actions/service/index.ts (+9 -0)
src/app/(frontend)/api/deploy/github/route.ts (+126 -0)
📝 src/components/gitProviders/CreateGitAppForm.tsx (+1 -1)
📝 src/components/service/DeploymentList.tsx (+5 -5)
📝 src/lib/dokku/docker/options.ts (+1 -1)
📝 src/payload/collections/Services/index.ts (+1 -1)
📝 src/payload/endpoints/databaseUpdate/index.ts (+30 -13)
📝 src/payload/endpoints/databaseUpdate/validator.ts (+1 -1)
📝 src/queues/app/deploy.ts (+48 -56)

📄 Description

  1. Added deployment trigger on code-push to github
  2. Fixed the duplicate domain entries during redeployment

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dflow-sh/dflow/pull/17 **Author:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Created:** 3/27/2025 **Status:** ✅ Merged **Merged:** 3/27/2025 **Merged by:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Base:** `main` ← **Head:** `deployment-trigger` --- ### 📝 Commits (2) - [`c56360c`](https://github.com/dflow-sh/dflow/commit/c56360c273a19327fe5247311439e6b1103f668a) feat: add webhook for deployment trigger on pushing code to github - [`0a565fb`](https://github.com/dflow-sh/dflow/commit/0a565fb90973cd8fa8c972c38c685e011cf88741) fix: fixed the domain duplication of redeployment, removing deployments when deleting app ### 📊 Changes **13 files changed** (+338 additions, -175 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -0) 📝 `pnpm-lock.yaml` (+11 -8) ➕ `src/actions/deployment/deploy.ts` (+100 -0) 📝 `src/actions/deployment/index.ts` (+4 -89) 📝 `src/actions/service/index.ts` (+9 -0) ➕ `src/app/(frontend)/api/deploy/github/route.ts` (+126 -0) 📝 `src/components/gitProviders/CreateGitAppForm.tsx` (+1 -1) 📝 `src/components/service/DeploymentList.tsx` (+5 -5) 📝 `src/lib/dokku/docker/options.ts` (+1 -1) 📝 `src/payload/collections/Services/index.ts` (+1 -1) 📝 `src/payload/endpoints/databaseUpdate/index.ts` (+30 -13) 📝 `src/payload/endpoints/databaseUpdate/validator.ts` (+1 -1) 📝 `src/queues/app/deploy.ts` (+48 -56) </details> ### 📄 Description 1. Added deployment trigger on code-push to github 2. Fixed the duplicate domain entries during redeployment --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:29:23 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dflow#324
No description provided.