mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(appveyor) add terminal
This commit is contained in:
parent
d6bb29d962
commit
2af3fbc31e
2 changed files with 7 additions and 2 deletions
|
|
@ -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%
|
||||
|
|
|
|||
5
now.json
5
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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue