Continuous integration/deployment/delivery on Google App Engine, too risky?
问题 We have recently setted up continuous integration/deployment/delivery of a nodejs webapp on Google App Engine. The CI server (GitLabCI) runs dependencies installation, build, tests and deployment to integration/prod depending on the branch (develop/master). At the day of today, the only bugs we\'ve faced to was during the dependencies step, and so we didn\'t care much about it. But yesterday (21/10/16), there was a wide-scale DNS outage and the pipeline failed in the middle of the deployment