Feature Request
Hi
Does dokploy support drag sort of the project?
Or is there any way to move it?

14 Replies
What do you mean?
Hi, I want to sort the project
the order seems can not change once I add the project
hi, does dokploy support www 301 redirect?
I try the redirect option, but it does not work
x.com ✅
www.x.com ❎

and I add a DNS record: CNAME www to my root domain
there is a feature request on github about this, is not implemented yet
got it , thank you
May I ask another question?
I saw the doc, I want to ask if I can use api to triggger deployment?
I make some change to code, but do not push to github yet
yeah you can use the api to trigger deployment
i want to make sure if api deployment like vercel--prod
now, i always trigger depolyment after I push to the remote
ideally you should have 2 projects in dokploy
dokploy-dev, dokploy-prod
and each project have it own service with the branch of github
oh, i got it. Now I only develop on main branch
yeah you should have 2 branches, develop and main or whatever name you want
and in github when you make a pull request to a specific branch, dokploy automatically will deploy the branch you specified
I got it
another question
Can i roll back?
in vercecl I can roll back, so i want to know if I want to roll back. What should I do, any suggestion?
not possible for now
Thx