Better Error Handling
Add Exit 1 on Deploy Failures (#8) For item: https://github.com/github/spark/issues/816. Exit on deploy failures so the error is propagated. The deploy script has `set e` so it'll exit 1 if the cli command fails and show an error in the UI on deployment