Project
Docs for the project config
Last updated
Docs for the project config
Last updated
string
Src specifies the source of your project, that is a git repository to fetch from, for example https://github.com/pyrretsoftwarelabs/ray-demo
string
Name specifies a unique name for your project.
map[string][string]
EnvVars is a list of environment variables to be passed to all commands in this projects deployment pipeline. Use this for things for secret values like database logins, API keys, etc.
string
Domain specifies a host your project should be accessible at. It is matched by ray router against the , so it should not include a protocol, for example: test.axell.me
.
[]deployment
Deployments specifies your project's .
string
PluginImplementation specifies that the project implements a plugin, which tells ray to pass data from a plugin to this project in the x-ray-plugin-data
HTTP header.
map[string]string
Options is a list of special options that isn't always available. The list changes frequently, so it won't be written out here.