The CLI returns a DEPLOYMENT_ERROR but everything looks successful from the logs

ISSUE

Since yesterday our CI using the CLI returns errors on containers deployments but the logs look good.

Impact: all our PR have a failed status even though they seem properly deployed.

HOW TO REPRODUCE

qovery container deploy --organization <my_org> --project WebApp --environment "[PR-10170] feat(DEV-1921): Add voting options to consultations" --containers "web,worker" --tag 65c6190dac0d5cd63b6cd89a51c5c932dcdb5d5d --watch
Deploying containers web,worker in progress..
INFO[2023-03-28T15:01:31+02:00] DEPLOYMENT_QUEUED (0/7 services ⏳ )
INFO[2023-03-28T15:01:34+02:00] DEPLOYMENT_QUEUED (0/7 services ⏳ )
INFO[2023-03-28T15:01:37+02:00] DEPLOYMENT_QUEUED (0/7 services ⏳ )
INFO[2023-03-28T15:01:40+02:00] DEPLOYMENT_QUEUED (0/7 services ⏳ )
INFO[2023-03-28T15:01:44+02:00] DEPLOYMENT_QUEUED (0/7 services ⏳ )
INFO[2023-03-28T15:01:47+02:00] DEPLOYING (0/7 services ⏳ )
INFO[2023-03-28T15:01:50+02:00] DEPLOYING (0/7 services ⏳ )
INFO[2023-03-28T15:01:53+02:00] DEPLOYING (0/7 services ⏳ )
INFO[2023-03-28T15:01:56+02:00] DEPLOYING (0/7 services ⏳ )
INFO[2023-03-28T15:02:00+02:00] DEPLOYING (0/7 services ⏳ )
INFO[2023-03-28T15:02:03+02:00] DEPLOYING (0/7 services ⏳ )
INFO[2023-03-28T15:02:06+02:00] DEPLOYING (0/7 services ⏳ )
INFO[2023-03-28T15:02:09+02:00] DEPLOYING (0/7 services ⏳ )
INFO[2023-03-28T15:02:12+02:00] DEPLOYING (0/7 services ⏳ )
INFO[2023-03-28T15:02:16+02:00] DEPLOYING (0/7 services ⏳ )
INFO[2023-03-28T15:02:19+02:00] DEPLOYING (0/7 services ⏳ )
INFO[2023-03-28T15:02:22+02:00] DEPLOYING (0/7 services ⏳ )
INFO[2023-03-28T15:02:25+02:00] DEPLOYING (0/7 services ⏳ )
INFO[2023-03-28T15:02:29+02:00] DEPLOYING (0/7 services ⏳ )
INFO[2023-03-28T15:02:32+02:00] DEPLOYING (0/7 services ⏳ )
INFO[2023-03-28T15:02:35+02:00] DEPLOYING (0/7 services ⏳ )
INFO[2023-03-28T15:02:38+02:00] DEPLOYING (0/7 services ⏳ )
INFO[2023-03-28T15:02:41+02:00] DEPLOYMENT_ERROR (0/7 services ⏳ )

Hello John,
thanks for the report. I’ll take a look and let you know when it’s solved.

1 Like

Hello again.
I didn’t manage to reproduce it locally.

Is your CLI up to date? Actually, the last release is 0.55.0.

In order to keep investigating, could you give me the link to your failing environment?

Hello Enzo,

Thanks for giving it a look.
I confirm that I’m using version 0.55.0.

Here is the link to the environment that is flagged as “deployed with success” on the UI while I just got a DEPLOYMENT_ERROR from the CLI

https://console.qovery.com/organization/12e0c625-6fb8-434b-adeb-041614fa7a46/project/a7f79a8f-8c0e-46a5-8748-1ba9846481c9/environment/05d3a144-fe43-40ba-adf3-46ebcb801efa/services/general

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.