Created services do not start
I'm creating new services using the
serviceCreate
mutation. They get created but not deployed.
This is different from the UI where creating a new service starts a deployment. I've been trying to use serviceInstanceRedeploy
mutation afterwards but no luck.
What is the correct way of having services automatically start deploying after their creation? ✌️7 Replies
Project ID:
N/A
N/A
Solution
are you providing a source?
Of course, a github repo that appears correctly in the service's General > Source Repo field. A deployment is not triggered.
have you provided a branch?
I see, main/master issue. Is
master
the default or what's the cause? THX anyways for the time!
Works nowawsome, glad i could help