Guest User

Untitled

a guest
Jul 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. {
  2. "environments": {
  3. "test": {
  4. "buildpacks": [
  5. {
  6. "url": "https://github.com/lstoll/heroku-buildpack-monorepo"
  7. },
  8. {
  9. "url": "https://github.com/heroku/heroku-buildpack-nodejs"
  10. }
  11. ],
  12. "env": {
  13. "APP_BASE": "node-server"
  14. }
  15. }
  16. }
  17. }
  18.  
  19. -----> Fetching https://github.com/heroku/heroku-buildpack-nodejs buildpack...
  20. buildpack downloaded
  21. -----> Monorepo app detected
  22. rm: cannot remove '/app': Read-only file system
  23. FAILED to copy directory into place
Add Comment
Please, Sign In to add comment