Impossible to start two deploys at once?
I'm currently deploying an app using a Dockerfile from my git. While it is running I want to deploy another docker-compose.yml based image in a different project.
Clicking the deploy button shows the green toast but it does not start a deployment. Calling the Webhook URL yields a success message but the deployment does not start either.
After the first deployment is finished the second one starts immediately... several times actually, because I clicked so often.
Even if only allowing one build at a time is the desired behaviour (it is not, for me) it should show an error message or a warning.
Clicking the deploy button shows the green toast but it does not start a deployment. Calling the Webhook URL yields a success message but the deployment does not start either.
After the first deployment is finished the second one starts immediately... several times actually, because I clicked so often.
Even if only allowing one build at a time is the desired behaviour (it is not, for me) it should show an error message or a warning.