Deployment build that never stops

We have an issue where one of projects where the deploy steps works in one project but doesn’t work in another project.

Deploying to surge.sh never stops

https://circleci.com/gh/kiwiupover/ember-cli-spinjs/26 works
https://circleci.com/gh/thefrontside/emberx-select/99 does not work.


What does yarn deploy deploy do specifically?

yarn deploy runs a build in this case an ember build then deploys the site with surge.sh cli.


https://surge.sh/

the interesting thing to me is that it works in on repo but not another.