Heydon / niace-stories-app

The alpha application for NIACE.
1 stars 1 forks source link

Deployment Process Fucked (Anvil) #38

Closed Heydon closed 10 years ago

Heydon commented 10 years ago

The intermittent not building bit me in the arse today because I had a call with the client and a clean build did not work for systemically faulty (Anvil?) based reasons.

Any way we can turn off or remove the offending part of the build would be good, but if it is out of our control, I can live with it.

robpre commented 10 years ago

Anvil is the deployment process. The files responsible for the failures are not directly installed or controlled by the .travis.yml file, instead, they are installed by travis automatically. Clicking the re-run button on the travis page will often fix the issue. I believe it's due to specific machines being incorrectly configured ( so by clicking re-run we should get assigned a different machine ). Support for Anvil based deploys to heroku is being dropped by travis in the near future, we will need to investigate an alternative. Created #40 for this issue.

I believe this can be addressed next sprint. ( it's still possible to deploy manually to meteor, with meteor deploy )