Marketplace
Configure (
<div align="center"> <h3>Premium sponsors</h3> <p><a href="https://id8media.com"><strong>ID8 Media</strong></a> · <a href="https://one-studio.co"><strong>One Studio</strong></a></p> <p><sub><a href="https://github.com/sponsors/fadymondy">Become a sponsor</a>.</sub></p> </div>
Deploy
Other13 providersProvider-routed deploys — VPS, cloud, Docker & Kubernetes.
togo-framework
bash
togo install togo-framework/deployInstall
bash
togo install togo-framework/deploytogo's deployment subsystem — a provider-agnostic Deployer contract
(Provision/Deploy/Destroy/Status). Real targets ship as driver plugins
that call deploy.RegisterDriver; pick one with DEPLOY_PROVIDER or
deploy.provider in togo.yaml. The CLI's togo deploy resolves the provider
and runs it.
bash
togo install togo-framework/deploy # the base
togo install togo-framework/deploy-docker # a target driver
Drivers: deploy-terraform, deploy-docker, deploy-kubernetes,
deploy-aws, deploy-gcp, deploy-azure, deploy-digitalocean, deploy-vultr,
deploy-hetzner, deploy-ovh, deploy-ubuntu, deploy-centos, deploy-debian.
Configure (togo.yaml)
yaml
deploy:
provider: docker
host: 1.2.3.4
user: root
domain: app.example.com
DEPLOY_PROVIDER overrides provider. The default is log (no-op, safe for dev).
<div align="center"> <h3>Premium sponsors</h3> <p><a href="https://id8media.com"><strong>ID8 Media</strong></a> · <a href="https://one-studio.co"><strong>One Studio</strong></a></p> <p><sub><a href="https://github.com/sponsors/fadymondy">Become a sponsor</a>.</sub></p> </div>