Browse Source
In the case where importing the cert and key removes the files from disk the existing deploy will fail when it tries to remove those files. This still attempts to remove the files but catches the error and moves on instead of bombing like before. Similarly, if the deploy had failed before, subsequent deploys would fail because the script already existed, so it would not be able to create the script. This first attempts to remove the script if it exists, and then creates the script.pull/5245/head
Nathan Johnson
3 months ago
1 changed files with 4 additions and 3 deletions
Loading…
Reference in new issue