Deploy

Zeus Deploy

Deploy a custom Zeus box to your local working directory.

The --type method can be used to determine what medium to deploy the box to. The default local deploys with the syntax file://${packagePath}/box.zip. The option ipfs deploys to the IPFS network with the syntax ipfs://${hash}.

zeus deploy box
# run "zeus list-boxes" and you'll see the box under local boxes
# zeus deploy box --type ipfs

Note IPFS must be running in order for the box to be deployed, start with zeus start-localenv --phase 15-ipfs-dameon

Last updated