Skip to content

Commit 2d4a6aa

Browse files
authored
Merge pull request #215 from smalruby/fix_deploy_directory
Fix deploy directory
2 parents ad9fbc8 + 3526cd3 commit 2d4a6aa

File tree

3 files changed

+2744
-651
lines changed

3 files changed

+2744
-651
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ deploy:
3131
branch:
3232
- develop
3333
skip_cleanup: true
34-
script: npm run deploy -- -x -e $TRAVIS_BRANCH -r https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
34+
script: npm run deploy -- -x -r https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git

0 commit comments

Comments
 (0)