Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9150024 commit 6ac5151Copy full SHA for 6ac5151
.travis.yml
@@ -8,7 +8,7 @@ before_install:
8
- 'export PATH="$HOME/.yarn/bin:$PATH"'
9
cache: yarn
10
after_script:
11
- - yarn export && cd out && NOW_ALIAS=coderplex-app.now.sh node ../scripts/now.js -p --team coderplex -d && cd ../
+ - yarn export && cd out && NOW_ALIAS=coderplex-app.now.sh node ../scripts/deploy.js -p --team coderplex -d && cd ../
12
branches:
13
only:
14
- master
0 commit comments