I plan to set up an IPFS node on Circle CI which has a consistent keypair, so it can sign IPNS records. The node will be ephemeral; created fresh on each build. My plan so far is to use https://github.com/ipfs/js-ipfsd-ctl to spin up a node, and set the public/private key from environment variables stored within Circle CI.
Sound good? Better ways to do any of this?
The text was updated successfully, but these errors were encountered:
harlantwood commentedNov 28, 2015
I plan to set up an IPFS node on Circle CI which has a consistent keypair, so it can sign IPNS records. The node will be ephemeral; created fresh on each build. My plan so far is to use https://github.com/ipfs/js-ipfsd-ctl to spin up a node, and set the public/private key from environment variables stored within Circle CI.
Sound good? Better ways to do any of this?
The text was updated successfully, but these errors were encountered: