Grid CLI: deploy
The deploy
command allows you to deploy applications to Grid directly from your local environment.
Usage
provider
Specify the cloud provider (akash or flux).
grid deploy [provider]
Examples
Basic deployment
Deploy a specific directory to Grid:
grid deploy flux "/Users/alice/dev/fluxconfig.json"
Akash Deployment YAML Examples
Below are examples of YAML configurations for deploying different types of containers on Akash. Click on each example to view the full configuration.
Flux Deployment JSON Examples
Below are examples of JSON configurations for deploying different types of containers on Flux. Click on each example to view the full configuration.