Skip to content

Instantly share code, notes, and snippets.

@bigkevmcd
Last active March 12, 2020 14:50
Show Gist options
  • Save bigkevmcd/4f1bc2b79f2e3eeb67ef60cd4f74b5aa to your computer and use it in GitHub Desktop.
Save bigkevmcd/4f1bc2b79f2e3eeb67ef60cd4f74b5aa to your computer and use it in GitHub Desktop.
apps:
- name: my-application
description: my-app
repository:
source: https://github.com/testing/testing.git
secret: my-named-secret
token: my-named-token:token
environments:
- name: dev
description: for all developers
pipelines:
cd: deploy-java-service
ci: java-ci
pipelines:
- name: java-ci
bindings:
- github-pr-binding
template: java-ci-from-pr-template
- name: deploy-java-service
bindings:
- github-push-binding
template: java-deploy-from-push-template
tasks:
- name: add-github-comment
source: https://github.com/tektoncd/catalog/blob/master/github/add_comment.yaml
- source: tasks/our-internal-image-push.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment