Deploy a local directory using the CLI
complete
Yann Léger
This is about adding a command in the CLI allowing you to easily deploy from a local directory.
Currently, there is two ways to deploy on Koyeb:
- Using pre-built Docker containers
- Using continuous deployment and git pushing to a repository connected to a service
Deploying using the CLI would be useful to:
- Provide a zero-setup way to deploy from a local directory
- Integrate with continuous integration and 3rd-party tools
Log In
David Lechevalier
complete
You can now deploy a local directory using koyeb deploy via Koyeb CLI. This provides a zero-setup way to deploy on Koyeb.
David Lechevalier
in progress
Édouard Bonlieu
under review