hop deploy [dir]

Deploy a new container

Arguments

NameDescription
dirDirectory to deploy, defaults to current directory

Options

NameDescription
--type, -t <container type>Type of the container, defaults to `ephemeral`
--containers, -i <container amount>Number of containers to use, defaults to 1 if `scaling` is manual
--cpu, -c <cpu amount>The number of CPUs to use, defaults to 1
--env, -e <environment variable>Environment variables to set, in the form of KEY=VALUE
--name, -n <deployment name>Name of the deployment, defaults to the directory name
--project, -p [project]Namespace or ID of the project to use
--ram, -m <ram amount>Amount of RAM to use, defaults to 512MB
--scaling, -s <scaling strategy>Scaling strategy, defaults to `manual`