deploy
Last updated
Deploy a Rumi system (a XAR) to a provisioned environment. The XAR is staged on the bastion and uploaded to the admin node's agent, which deploys it onto the service workers.
rumi cloud civo deploy \
--api-key <token> \
--region <region> \
--network <network> \
--keyPair <keypair> \
--xar <path> \
[options]--api-key
-k
The Civo API token to use (or set CIVO_API_TOKEN)
Required
--region
-r
The Civo region to use (e.g. FRA1)
Required
--network
-n
The name of the environment to deploy the system to
Required
--keyPair
-K
The network SSH key pair
Required
--xar
-x
The path to the XAR system to deploy
Required
The bastion must be running (it stages and uploads the XAR).
Set controller properties before or after deploy with configure.
Last updated
rumi cloud civo deploy \
--api-key $CIVO_API_TOKEN \
--region FRA1 \
--network my-cloud \
--keyPair rumi \
--xar ./my-app.xar