cloudcmd/.appveyor.yml
2018-08-23 22:44:13 +03:00

17 lines
325 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% || true
- now --public -t %NOW_TOKEN%
- now alias -t %NOW_TOKEN%