shipit icon indicating copy to clipboard operation
shipit copied to clipboard

feat: allow to skip server integrity check before deploy

Open SleepWalker opened this issue 6 years ago • 0 comments

This issue was already created on the old shipit-deploy repository, but probably an author have not transferred the code here:

https://github.com/shipitjs/shipit/issues/66 https://github.com/shipitjs/shipit-deploy/pull/162

I'm planning to implement similar option, but it should work only for new releases. During rollback it should fail as always.

Another one case, that should be probably handled is copy of file from previous release. If we will add a fresh new host in the pool, it will be totally empty and there will be no release to copy from. So we should just skip cp for that host. Looks like this may be related to #213

SleepWalker avatar Dec 04 '18 05:12 SleepWalker