bahmutov / now-pipeline

Simple CI pipeline with goal to deploy new version at Zeit Now cloud if tests pass
141 stars 8 forks source link

Seems not every error path is handled #7

Closed bahmutov closed 8 years ago

bahmutov commented 8 years ago

Sometimes fresh deploy just exits after sending the now client the deploy command. The problem could be in the now client. Work around is just restarting the deploy again.

bahmutov commented 8 years ago

Seems caused by this https://github.com/zeit/now-client/issues/32