Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit 6ac5151

Browse files
committed
fix deploy script linko
1 parent 9150024 commit 6ac5151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ before_install:
88
- 'export PATH="$HOME/.yarn/bin:$PATH"'
99
cache: yarn
1010
after_script:
11-
- yarn export && cd out && NOW_ALIAS=coderplex-app.now.sh node ../scripts/now.js -p --team coderplex -d && cd ../
11+
- yarn export && cd out && NOW_ALIAS=coderplex-app.now.sh node ../scripts/deploy.js -p --team coderplex -d && cd ../
1212
branches:
1313
only:
1414
- master

0 commit comments

Comments
 (0)