diff --git a/app-cli/captainduckduck-deploy.js b/app-cli/captainduckduck-deploy.js index e9596e0..3d121e6 100644 --- a/app-cli/captainduckduck-deploy.js +++ b/app-cli/captainduckduck-deploy.js @@ -119,7 +119,7 @@ const questions = [ { type: 'confirm', name: 'confirmedToDeploy', - message: 'Are you sure you want to deploy to this Captain machine?', + message: 'Note that uncommited files and files in gitignore (if any) will not be pushed to server. Please confirm so that deployment process can start.', default: true, when: function (answers) { return !!answers.captainNameToDeploy;