We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d8f1c commit 9cf15d7Copy full SHA for 9cf15d7
src/internal/deployment.js
@@ -17,6 +17,7 @@ const temporaryErrorStatus = {
17
18
const finalErrorStatus = {
19
deployment_failed: 'Deployment failed, try again later.',
20
+ deployment_perms_error: 'Deployment failed, Please ensure that the file permissions are correct.',
21
deployment_content_failed:
22
'Artifact could not be deployed. Please ensure the content does not contain any hard links, symlinks and total size is less than 10GB.',
23
deployment_cancelled: 'Deployment cancelled.',
0 commit comments