Last updated 6 months ago
Koyeb provides fully automated continuous deployment directly connected to your
Git repositories. You simply add a .koyeb.yaml
file to your repository and
every time you push to your GitHub repository, and then we take care of the deployment for all
of your functions and containers referenced in the Stack YAML configuration.
This provides native versioning and rollback capabilities for all your production.
Creating a stack takes only three clicks:
hello-github
. Then click the
Create Stack button.And that's it. Now each new commit will deploy a new Stack revision!
.koyeb.yaml
at the root of your repository with the
classic hello-koyeb
function:1functions: 2 - name: hello-koyeb # The function name 3 image: koyeb/cowsay # The Docker image to use 4
git add
your file, git commit -m "Add koyeb.yaml config"
and git push
your change.Et voilà, Koyeb will deploy your new revision!
Get in touch or create an account and deploy your serverless stack in minutes.