Guest User

Untitled

a guest
Jun 18th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. language: node_js
  2. node_js:
  3. - stable
  4. cache:
  5.   yarn: true
  6.   directories:
  7.   - node_modules
  8. script:
  9. - yarn run test
  10. after_success:
  11. - yarn run build
  12. deploy:
  13.   provider: heroku
  14.   api_key: api_key
  15.  app: teamx-administration
  16.   file_glob: true
  17.   file: teamx-administration/build/*
  18.   skip_cleanup: true
  19.   on:
  20.     repo: lusu007/TeamXWebApp
  21.     branch: develop
Add Comment
Please, Sign In to add comment