Skip to content

Commit 8d05091

Browse files
committed
Adds production deployment
1 parent 2f6c634 commit 8d05091

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,11 @@ deploy:
1414
script: .travis/deploy_stage.sh
1515
on:
1616
branch: develop
17+
repo: codeRIT/brickhack.io
18+
- provider: pages
19+
skip_cleanup: true
20+
github_token: $gh_deploy_token
21+
local_dir: build
22+
on:
23+
branch: master
1724
repo: codeRIT/brickhack.io

0 commit comments

Comments
 (0)