Skip to content

Instantly share code, notes, and snippets.

@richarddowner
Created December 12, 2016 19:44
Show Gist options
  • Save richarddowner/04dd2235858a9cb8c2b4d7518c6f2b3f to your computer and use it in GitHub Desktop.
Save richarddowner/04dd2235858a9cb8c2b4d7518c6f2b3f to your computer and use it in GitHub Desktop.
---
jobs:
- name: my-pipeline
public: true
plan:
- get: my-repo
- task: build-my-api
file: my-repo/build/my-api.yml
resources:
- name: my-repo
type: git
source:
uri: git@github.dev.mysite.com:Me/My.Api.git
branch: release
private_key: |
-----BEGIN RSA PRIVATE KEY-----
MIIEowIBAAKCAQEAlZO+0FO5PdS4UMGhm8zR0b3ZaTFfIepRMZIqFlSWjdODKvqi
.....................
GjkAryhcop+Hm5awh7BrchHbNdKp/eeUoM7B7VnlpGCCYOVGdLEW
-----END RSA PRIVATE KEY-----
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment