Skip to content

Commit 9cf15d7

Browse files
authored
Update deployment.js
1 parent 80d8f1c commit 9cf15d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/internal/deployment.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const temporaryErrorStatus = {
1717

1818
const finalErrorStatus = {
1919
deployment_failed: 'Deployment failed, try again later.',
20+
deployment_perms_error: 'Deployment failed, Please ensure that the file permissions are correct.',
2021
deployment_content_failed:
2122
'Artifact could not be deployed. Please ensure the content does not contain any hard links, symlinks and total size is less than 10GB.',
2223
deployment_cancelled: 'Deployment cancelled.',

0 commit comments

Comments
 (0)