Skip to content

Commit

Permalink
feat: deploy role management to firebase hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jblew committed Aug 3, 2019
1 parent 8a9769a commit e0059df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
File renamed without changes.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ rvm:

before_install:
- npm --prefix="./public" install
- npm --prefix="./roles-manager-app" ci

script:
- "./scripts/cibuild.sh"
- npm --prefix="./roles-manager-app" build
- mv ./roles-manager-app/dist ./public/_site/role-management

branches:
only:
Expand Down

0 comments on commit e0059df

Please sign in to comment.