diff --git a/.appveyor.yml b/.appveyor.yml index f5e962e9..b1ff04a0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -6,11 +6,11 @@ install: build: off build_script: - # Output useful info for debugging. - node --version - npm --version - - npm i now -g + - npm i now nupdate -g + - nupdate -a gritty - now rm cloudcmd -y -t %NOW_TOKEN% - now --public -t %NOW_TOKEN% - now alias -t %NOW_TOKEN% diff --git a/now.json b/now.json index 83005e68..79fef8b9 100644 --- a/now.json +++ b/now.json @@ -1,6 +1,11 @@ { "type": "npm", "alias": "cloudcmd", + "env": { + "cloudcmd_config_dialog": false, + "cloudcmd_terminal": true, + "cloudcmd_terminal_path": "gritty" + }, "files": [ "bin", "server",