From @harlantwood on Sat Nov 28 2015 03:15:00 GMT+0000 (UTC)
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 GitHub - ipfs/js-ipfsd-ctl: Control an IPFS daemon (go-ipfs or js-ipfs) using JavaScript! 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?
Copied from original issue: Creating an ephemeral IPFS node with consistent keypair · Issue #79 · ipfs-inactive/faq · GitHub