Can I deploy application without GitHub or docker?

Hi @Carti ,

The koyeb deploy command allows you to directly push code from your local environment to Koyeb.

The Koyeb CLI bundles the contents of your directory and uploads it to Koyeb. On koyeb, we take care of the build either using Buildpack or Dockerfile depending on your settings.

When you use the koyeb deploy command, we create the app and the service if they do not exist. For instance, if you use koyeb deploy . Youtube/my-service while the app and the service don’t exist, we will create an app called Youtube, and create a service called my-service inside this app.

You will see apps and services on the overview and service pages in the control panel.

The requirements.txt file size is not limited.

2 Likes