s
I am trying to deploy my application through buildkite. With garden v0.13.35, it throws error even after switching from new sync machinery to old one. I am using garden with backward compatibility. Can someone please help what we need to mention in buidkite(or any CI) in order to make the deployments successful. Update: I have already provided the deploymentRegistry field in the project.garden.yml file https://cdn.discordapp.com/attachments/1273301724945322055/1273301725675262032/IMG_1081.jpg?ex=66be1e24&is=66bccca4&hm=647ca907f3bac6bf05245f6a5eb3eefde176f58601166c50f9cf664ed3251400&
c
Hi @salmon-article-93420 , would it be possible to paste the errors you are getting? From the picture you posted it's not clear what errors you are currently experiencing.
s
Sure
Any ideas on how we can fix this? This is happening on buildkite(CI).
I am curious because even the deploymentRegistry field is present, in logs it’s mentioned ‘did not configure deploymentRegistry in the project configuration.’
c
Hi @salmon-article-93420, thanks for the new picture. It's still unclear what's happening from what you show in the photo, could you try to run the command with a higher log-level (e.g.
garden deploy -l 3
) and paste the logs here? It would also be helpful to see how you actually configured the deploymentRegistry in your project config (please make sure to redact any sensitive info from the logs or config before sharing them here. ).
11 Views