File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7
7
node_js : " 8"
8
8
script : " yarn unit"
9
9
- stage : npm release
10
+ if : branch = master AND type = push
10
11
node_js : " 8"
11
12
script : echo "Deploying to npm ..."
12
13
deploy :
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " web-deploy-cli" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " Easier way to deploy for web" ,
5
5
"main" : " cli.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const mime = require('mime-types')
9
9
* @enum {string}
10
10
*/
11
11
const CredentialsFilePath = {
12
- WINDOWS : `${ os . homedir ( ) } \.aws\credentials` ,
12
+ WINDOWS : `${ os . homedir ( ) } \\ .aws\ \credentials` ,
13
13
OSX : `${ os . homedir ( ) } /.aws/credentials` ,
14
14
LINUX : `${ os . homedir ( ) } /.aws/credentials`
15
15
} ;
You can’t perform that action at this time.
0 commit comments