coolify icon indicating copy to clipboard operation
coolify copied to clipboard

[Bug]: Rollback keeps deploying latest code from repo instead of the specified commit

Open fmendez opened this issue 10 months ago • 0 comments

Description

When attempting to rollback to a specific commit SHA, the system instead deploys the latest code from the repository.

Expected behavior:

When initiating a rollback and providing a specific commit SHA, the deployment should use the code from that exact commit.

Actual behavior:

Despite specifying a commit SHA for the rollback, the deployment process always deploys the latest code from the repository, ignoring the provided SHA.

Example:

Xnapper-2024-04-12-14 21 15

Xnapper-2024-04-12-14 24 59

Please let me know if there's any more info I can provide or any other way I can be helpful around this.

Note: I'm using the cloud version of coolify Note2: The Build Pack for the project is a Docker file in case that's relevant

Minimal Reproduction (if possible, example repository)

1 - Create several commits in the repository with easily identifiable changes. 2- Try to rollback to any of of them

Exception or Error

The deployment completes without any error. Additionally, pushing new code deploys the code just fine.

Version

v4.0.0-beta.256

fmendez avatar Apr 12 '24 18:04 fmendez