CrewAI Deployment Issue - Provisioning Failed

Hello All,

I’m trying to deploy templates or my own Crews and in both cases I have the same results.

Below the log for one of the templates:

2025-01-28 20:14:15 UTC Deploy Enqueued (progress: 0%).
2025-01-28 20:14:15 UTC Deploy Started (progress: 0%).
2025-01-28 20:14:15 UTC Deployment started
2025-01-28 20:14:15 UTC Building and pushing image for enterprise-content-marketing-crew
2025-01-28 20:14:15 UTC Loading ENV VAR: SERPER_API_KEY
2025-01-28 20:14:15 UTC Loading ENV VAR: OPENAI_API_KEY
2025-01-28 20:14:15 UTC Loading ENV VAR: OPENAI_MODEL_NAME
2025-01-28 20:14:16 UTC Project Validated (progress: 20%).
2025-01-28 20:14:16 UTC Ready to build and push image
2025-01-28 20:14:16 UTC Building Images for Crew (progress: 40%).
2025-01-28 20:18:29 UTC Successfully built and pushed Docker image
2025-01-28 20:18:29 UTC Provisioning Crew (progress: 60%).
2025-01-28 20:18:29 UTC Deploying app
2025-01-28 20:25:15 UTC Setting DNS (progress: 80%).
2025-01-28 20:25:15 UTC Provisioning Failed, try again. (progress: 0%).

And here the log for one of the Crews I created:

2025-01-28 19:34:22 UTC Deploy Enqueued (progress: 0%).
2025-01-28 19:34:22 UTC Deploy Started (progress: 0%).
2025-01-28 19:34:22 UTC Deployment started
2025-01-28 19:34:22 UTC Building and pushing image for agent_npv_op005_v1
2025-01-28 19:34:22 UTC Loading ENV VAR: OPENAI_API_KEY
2025-01-28 19:34:23 UTC Project Validated (progress: 20%).
2025-01-28 19:34:23 UTC Crew name: agent_npv_op005_v1
2025-01-28 19:34:23 UTC Ready to build and push image
2025-01-28 19:34:23 UTC Building Images for Crew (progress: 40%).
2025-01-28 19:38:36 UTC Successfully built and pushed Docker image
2025-01-28 19:38:36 UTC Provisioning Crew (progress: 60%).
2025-01-28 19:38:36 UTC Deploying app
2025-01-28 19:46:16 UTC Setting DNS (progress: 80%).
2025-01-28 19:46:17 UTC Provisioning Failed, try again. (progress: 0%).

Any idea of what could be preventing the Crew to be provisioned?

Thanks!

I am also getting the below error - failed to clone repository..

2025-10-29 22:34:42 UTC Deploy Enqueued (progress: 0%).

2025-10-29 22:34:45 UTC Deploy Started (progress: 0%).

2025-10-29 22:34:45 UTC Deployment started

2025-10-29 22:34:45 UTC Building and pushing image for pizza_hut_online_reputation_tracker

2025-10-29 22:34:45 UTC Deployment error: Failed to clone reposi…

2025-10-29 22:34:46 UTC Provisioning Failed, try again. (progress: 0%).

2025-10-29 22:35:18 UTC Deploy Enqueued (progress: 0%).

2025-10-29 22:35:20 UTC Deploy Started (progress: 0%).

2025-10-29 22:35:20 UTC Update job started

2025-10-29 22:35:20 UTC Building and pushing image for pizza_hut_online_reputation_tracker

2025-10-29 22:35:21 UTC Deployment error: Failed to clone reposi…

Hello everyone!

Actually, I had a message stating, ‘Provisioning failed, try again,’ while I was trying to publish my project, and I connected with the LLM’s API key, and it worked and published. From the left list, in the ‘operate’ section, choose first to add your environment variable, and then go back to use it and connect to the LLM.

  • Key: The name of an environment variable or a configuration parameter (e.g., GEMINI_API_KEY).

  • Value: The actual API key or configuration setting.

Keep in mind you firstly need to acquire your API key from, e.g., Gemini, OpenAI, etc., and then use it here in CrewAI.

Hope this is going to help…