continuous-deployment

Continuous integration/deployment/delivery on Google App Engine, too risky?

百般思念 提交于 2019-11-26 04:00:22
问题 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

MSI vs nuget packages: which are is better for continuous delivery?

放肆的年华 提交于 2019-11-25 22:17:45
问题 Let\'s discuss following topic. There is application which currently is being deployed with good to know xcopy method.This approach makes difficult to manage dependencies, file updates etc. There is idea to start application deployment with help of some packages, you know like you do in Linux with help of RPM, but for Windows. So I have question: what package system is better to use on windows classic windows installer ( msi ) or nuget or something else? 回答1: Ad-Hoc : How do I avoid common