Skip to content

Instantly share code, notes, and snippets.

resources:
- name: <our_res_name>
type: git
check_every: 5m
source:
username: ((landscape_git_user))
password: ((landscape_git_password))
skip_ssl_verification: true
branch: ((landscape_git_branch))
private_key: ((landscape_git_pkey))