Guest User

Untitled

a guest
Oct 3rd, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. app_deploy:
  2. git.latest:
  3. - user: {{ deploy_usr }}
  4. - name: {{ git_repo }}
  5. - rev: {{ git_branch }}
  6. - target: /home/dev/
  7. - force_clone: True
  8. - force_checkout: True
  9. - force_fetch: True
  10. - force_reset: True
  11. - require:
  12. - file: deploykey
  13. - file: publickey
Add Comment
Please, Sign In to add comment