Skip to content

Instantly share code, notes, and snippets.

@DimitarVoynov
Created February 18, 2019 08:24
Show Gist options
  • Save DimitarVoynov/1cc43f2d2e07683e429f78f811151308 to your computer and use it in GitHub Desktop.
Save DimitarVoynov/1cc43f2d2e07683e429f78f811151308 to your computer and use it in GitHub Desktop.
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))
ignore_paths: [ state/* ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment