I’ve got automatic deploys set up to trigger every time a commit is added to “main” branch. However, consistently, the deploys are failing to my web service.
It seems that when I push to main, it somehow triggers 2 deploys, but neither of them succeed. This is what it looks like:
“Deploy” link in the second message (screenshot) links to a new deploy that doesn’t show up elsewhere. “Another deploy” in the second message links to the original deploy, that is also referred to as “Deploy” in the first and last message.
I also have another background-worker service set up for the same app, deployments on it trigger only once and succeed.
Any ideas how to resolve or further debug this?