The four high level fields in the reploy.yml
file are cache
, services
, on
and setup
, and the file structure follows the following format:
setup:commands:- foo- baron:branches:- foo-branch- bar-branchpull-requests: truecache:- file: {sample-file}path: {sample-path}services:{service-name}:port: {port}runtime: {language_name}path: {path}build:- {command}- {command}serve:- {command}environment:{KEY_1}: {value_1}{KEY_2}: {value_2}