mirror of
https://github.com/caprover/caprover
synced 2026-05-04 18:50:33 +00:00
updated message for deplot about gitignore files
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user