fractal-code / meteor-azure

Automate Meteor deployments on Azure App Service
MIT License
67 stars 20 forks source link

Deployment fails on Bitbucket pipelines #61

Closed XAMelleOH closed 6 years ago

XAMelleOH commented 6 years ago

For some reason, around 10 days ago, running meteor-azure on Bitbucket pipelines stopped working. Actually it freezes at some step, visible at screenshot:

image 1

Previously everything was relatively fine:

image 2

I say relatively because it was often freezed at info: hearing-is-believing-dev: Polling server status... and could be in that state for hours, never reporting FINISHED status back, but actually deployment was fine.

But now, it always freezes at the same stage and deploy never happening

All packages are latest version.

ramijarrar commented 6 years ago

It seems like the build is being cut off due to the 20 minute time limit on Bitbucket (which is not that long for large apps especially with legacy atmosphere deps) - are you able to confirm if this is an issue when deploying meteor create --bare?

The deploy process runs completely locally, so no changes from our end that could suddenly cause this to break.

XAMelleOH commented 6 years ago

Ok, you was right: it took 40 minutes...