One-command deploy
hadoken packages, builds, deploys, and gives you a URL.
Subsequent deploys are the same single command.
One command to go from Rails app to live URL. No config files, no Dockerfile, no infrastructure to manage.
Build your Rails app. Commit to git. That's your side of the deal.
It reads your Gemfile.lock, detects your stack, builds a container, runs migrations, and provisions TLS. Zero config.
HTTPS URL, logs, environment variables, Rails console access -- everything you need to run in production.
hadoken packages, builds, deploys, and gives you a URL.
Subsequent deploys are the same single command.
No Dockerfile, no Procfile, no YAML. Hadoken reads your Gemfile.lock and handles the rest.
HTTPS from the first deploy. Certificates are provisioned and renewed automatically.
hadoken env set KEY=VALUE. Encrypted at rest, masked
in output, synced on change.
Stream live logs with hadoken logs -f. Open a Rails
console with hadoken console.
rails db:prepare runs automatically on every deploy.
Run anything else with hadoken run.