Write a Forgejo Actions workflow example for Next.js → Dokploy #4
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
notification.notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
flndrn/konnos#4
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?
Why
Many flndrn projects (and likely many community ones) deploy a Next.js app to Dokploy. A working example workflow in
docs/examples/forgejo-actions-nextjs-dokploy.ymlwould be a high-leverage reference.Scope
A complete
.forgejo/workflows/deploy.ymlexample demonstrating:main.Acceptance criteria
docs/examples/forgejo-actions-nextjs-dokploy.yml.docs/examples/with a short index.README.mdquickstart section pointing at examples.Pointers
https://<dokploy>/api/deploy/<refreshToken>for applications,/api/deploy/compose/<refreshToken>for composes.Friendly note: take this if you've shipped at least one Next.js app and have moderate CI confidence. Post your draft in a PR early — we iterate.