Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 404 Bytes

DEPLOYMENT.md

File metadata and controls

11 lines (8 loc) · 404 Bytes

Deployment

We have a dokku setup ready for this to be deployed, to deploy simple do (you have to have permission first):

# if you already have added the remote, you don't need to do it again
> git remote add dokku dokku@cloud.ipfs.team:star-signal
> git push dokku master

More info: libp2p#48