libp2p / js-libp2p-websocket-star-rendezvous

The rendezvous service for libp2p-websocket-star enabled nodes meet and talk with each other
MIT License
24 stars 16 forks source link

deploy a rendezvous to IPFS infra #8

Closed daviddias closed 7 years ago

daviddias commented 7 years ago

@lgierth @VictorBjelkholm did cloud.ipfs.team changed? I'm being unable to deploy, always with this error:

remote: App container failed to start!!
=====> ws-star web container output:
       npm ERR! Linux 4.4.0-98-generic
       npm ERR! argv "/app/.heroku/node/bin/node" "/app/.heroku/node/bin/npm" "start"
       npm ERR! node v6.12.0
       npm ERR! npm  v3.10.10
       npm ERR! missing script: start
       npm ERR!
       npm ERR! If you need help, you may report this error at:
       npm ERR!     <https://github.com/npm/npm/issues>
       npm ERR! Please include the following file with any support request:
       npm ERR!     /app/npm-debug.log

Which gives really no useful information as there is a npm script start and works flawless locally.

daviddias commented 7 years ago

The failure was caused by what I expected, the Dockerfile was confusing Dokku and although I renamed it, I failed to switch branches when pushing.