From 9cf15d70b7108a715dd9ccf9c26ec5c685995633 Mon Sep 17 00:00:00 2001 From: Fabian Aguilar Gomez Date: Thu, 15 Jun 2023 16:57:51 -0500 Subject: [PATCH] Update deployment.js --- src/internal/deployment.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/internal/deployment.js b/src/internal/deployment.js index c28f899..d784fa8 100644 --- a/src/internal/deployment.js +++ b/src/internal/deployment.js @@ -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.',