Dokploy / dokploy

Open Source Alternative to Vercel, Netlify and Heroku.
https://dokploy.com/
Other
9.31k stars 459 forks source link

Auto-deploy doesn't work when connecting a GitHub organization. #741

Closed artem-kostylev closed 1 day ago

artem-kostylev commented 1 day ago

To Reproduce

Create an organization, add a private repository to it, connect it to Dokploy, and then try pushing a change.

Current vs. Expected behavior

Proper functioning of auto-deploy

Provide environment information

Operating System:
  OS: Ubuntu 24.04
Dokploy version: 0.10.10
VPS Provider: Linode
What applications/services are you tying to deploy?
Backend with Docker and Nextjs App

Which area(s) are affected? (Select all that apply)

Application, Docker

Additional context

No response

henriklovhaug commented 1 day ago

I think you still have to set the webhook url in the settings of the Github repository.

Siumauricio commented 1 day ago

No, when you deploy via GitHub it should automatically deploy on push, are you sure are you using GitHub provider ?

artem-kostylev commented 1 day ago

No, when you deploy via GitHub it should automatically deploy on push, are you sure are you using GitHub provider ?

Screenshot 2024-11-20 at 8 09 39 PM

Yes, Could it be because my Dokploy panel has basic auth? Although it works fine manually.

Siumauricio commented 1 day ago

You answered the question yourself I think 😅, I just tried it and it works.