Install the CLI. See the install docs.
Log in:
runway login
Add an SSH key. See key setup, or use the shortcut:
runway local key setup
Start a new project:
mkdir my-app
cd my-app
git init
runway app create
Our goal is, that it should be simple and straightforward to deploy an application.
We currently support building from a Dockerfile (if your repository contains all dependencies) or Cloudnative Buildpacks.
The following recipes demonstrate that building and running an application is possible. With the least amount of changes.
Happy deploying!
runway app config set FOO=bar to ensure builds can access all dependencies and requirements to be successful. Check out the CLI documentation to learn more.