mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #17] [MERGED] Deployment trigger #324
Labels
No labels
backend
bug
developer
documentation
enhancement
enhancement
enhancement
feature
feature
fix
frontend
frontend
good first issue
help wanted
pull-request
safety-check
security
styles
styles
templates
templates
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dflow#324
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:deployment-trigger📝 Commits (2)
c56360cfeat: add webhook for deployment trigger on pushing code to github0a565fbfix: 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.