Skip to content

Instantly share code, notes, and snippets.

@adikari
Created December 6, 2020 11:35
Show Gist options
  • Save adikari/d31d4b9e127945d5adcaef3c65f72b96 to your computer and use it in GitHub Desktop.
Save adikari/d31d4b9e127945d5adcaef3c65f72b96 to your computer and use it in GitHub Desktop.
deploy pipeline configuration
{
"name": "$PIPELINE_NAME",
"description": "Pipeline for $PIPELINE_NAME deploy",
"repository": "$REPOSITORY",
"default_branch": "master",
"steps": [
{
"type": "script",
"name": ":buildkite: $PIPELINE_TYPE",
"command": "buildkite-agent pipeline upload $SERVICE/.buildkite/$PIPELINE_TYPE.yml"
}
],
"provider_settings": {
"trigger_mode": "none"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment