diff --git a/lib/commands/deploy.js b/lib/commands/deploy.js index 02a3396..c8d8b5c 100644 --- a/lib/commands/deploy.js +++ b/lib/commands/deploy.js @@ -26,7 +26,7 @@ function deployCommand(context, heroku) { archive.on('finish', upload.bind(null, heroku, context, paths)) archive.pipe(fs.createWriteStream(paths.tar)) archive.bulk([{ - src: ['static.json', `${paths.root}/**`], + src: ['static.json', '.htpasswd',`${paths.root}/**`], expand: true, dot: true, dest: false,