Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: #4435

Open
renedavalos opened this issue Nov 29, 2024 · 0 comments
Open

[Bug]: #4435

renedavalos opened this issue Nov 29, 2024 · 0 comments
Labels
🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization.

Comments

@renedavalos
Copy link

Error Message and Logs

Auto deploy fails when i create the application with the API (applications/private-github-app)

Steps to Reproduce

1.Create (Private - GH App)... POST... https://my.domain.com/api/v1/applications/private-github-app
body:{
project_uuid,
server_uuid,
environment_name,
github_app_uuid,
git_repository,
git_branch,
ports_exposes,
build_pack,
name,
domains
}

2.Create Env.. POST... https://my.domain.com/api/v1/applications/{APPLICATION_ID}/envs

3.Deploy... POST ... https://my.domain.com/api/v1/applications/{APPLICATION_ID}/start

The application is created and everything seems to work fine.. but when I commit and publish the changes in Git.. the application created with the API never detects that commit and does not do an Auto Deploy.

If I add the application manually, everything works fine..

Am I omitting any parameter so that the Webhook works normally?

Example Repository URL

No response

Coolify Version

v4.0.0-beta.373

Are you using Coolify Cloud?

No (self-hosted)

Operating System and Version (self-hosted)

Ubuntu 24.04

Additional Information

No response

@renedavalos renedavalos added 🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization. labels Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization.
Projects
None yet
Development

No branches or pull requests

1 participant