ToolMatter
Your Apps in Action
Risersoft
Buy
Try
Explore
Documentation
Public
Use this form to visualize ZEIT Now project configuration file.
{{repoTitle.MainEntity}}
name - name for the deployment
version - the Now Platform version that the deployment should use and is known to work with
scope - an ID or slug for teams, or an email address, username, or ID for users
.env
_
.build
_
.build.env
_
public - When set to true, both the source view and logs view will be publicly accessible (when the user is authenticated with ZEIT).
builds a list of build descriptions whose src references valid source files
#
src
use
Actions
{{$index+1}}.
routes a list of route definitions
#
src
dest
status
continue
handle
Actions
{{$index+1}}.
{{row.src}}
{{row.dest}}
{{row.status}}
{{row.continueSelected.DisplayText}}
{{row.handle}}
regions the deployment regions of the Serverless Functions that get created as a result of the build steps
#
Values
Actions
{{$index+1}}.
.github
_
github.enabled - When set to false, Now for GitHub will not deploy the given project regardless of the GitHub app being installed.
github.autoAlias - When set to false, Now for GitHub will not apply the alias upon merge.
github.silent - When set to true, Now for GitHub will stop commenting on pull requests and commits.
github.autoJobCancelation - When set to false, Now for GitHub will always build pushes in sequence without cancelling a build for the most recent commit.
{{repoTitle.MainEntity}}
.config
_builds
{{repoTitle.MainEntity}}
src - A PCRE-compatible regular expression that matches each incoming pathname (excluding querystring).
dest - A destination pathname or full URL, including querystring, with the ability to embed capture groups as $1, $2…
methods A set of HTTP method types. If no method is provided, requests with any HTTP method will be a candidate for the route.
#
Actions
{{$index+1}}.
.headers
_routes
status - A status code to respond with. Can be used in tandem with `Location:` header to implement redirects.
continue - A boolean to change matching behavior. If true, routing will continue even when the src is matched.
handle
Download Json
{{message}}