Skip to content

Commit

Permalink
Update deployment.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tsusdere committed Jun 15, 2023
1 parent 80d8f1c commit 9cf15d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/internal/deployment.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const temporaryErrorStatus = {

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

0 comments on commit 9cf15d7

Please sign in to comment.