mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
17 lines
317 B
YAML
17 lines
317 B
YAML
platform: x64
|
|
|
|
install:
|
|
- ps: Install-Product node $env:nodejs_version $env:platform
|
|
|
|
build: off
|
|
|
|
build_script:
|
|
- node --version
|
|
- npm --version
|
|
|
|
- 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%
|
|
|