You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Promote deployments do not promote the exact deployment of one environment to another.
When the branch is changed or does not yet contain all changes which are included in the deployed branchRef, this could affect in incorrect services being deployed (if docker-compose.yml was changed)
To Reproduce
Deploy a branchRef to environment develop using a tag (eg 1.0.0)
We expect a checkout of the revision which was used during the deployment to develop to be used for the configuration files (.lagoon.yml and docker-compose.yml) instead of the latest version of these files in the branch.
In this case I also expect a the Git checkout HEAD to be at 2031482a instead of a2770406
Screenshots
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
Promote deployments do not promote the exact deployment of one environment to another.
When the branch is changed or does not yet contain all changes which are included in the deployed branchRef, this could affect in incorrect services being deployed (if
docker-compose.yml
was changed)To Reproduce
Deploy a branchRef to environment develop using a tag (eg 1.0.0)
Then promote the latest deployment of this environment to another environment, eg.
main
.In the logs for the
develop
deployment, we see these git checkout commands for step 'Checkout Repository':In the logs for the the promote deployment to
main
, we see these git checkout commands for step 'Checkout Repository':Expected behavior
We expect a checkout of the revision which was used during the deployment to
develop
to be used for the configuration files (.lagoon.yml and docker-compose.yml) instead of the latest version of these files in the branch.In this case I also expect a the Git checkout HEAD to be at 2031482a instead of a2770406
Screenshots
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: