Skip to content

Instantly share code, notes, and snippets.

@godber
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save godber/20d3bc25185d79507d61 to your computer and use it in GitHub Desktop.
Save godber/20d3bc25185d79507d61 to your computer and use it in GitHub Desktop.
git@gihub.com:godber/website.git:
git.latest:
- rev: gh-pages
- target: /usr/share/nginx/staging
- identity: /root/.ssh/website_id_rsa
- require:
- pkg: git
- ssh_known_hosts: github.com
git@gihub.com:godber/website.git:
git.latest:
- rev: gh-pages-prod
- target: /usr/share/nginx/prod
- identity: /root/.ssh/website_id_rsa
- require:
- pkg: git
- ssh_known_hosts: github.com
git-website-staging:
git.latest:
- name: git@gihub.com:godber/website.git
- rev: gh-pages
- target: /usr/share/nginx/staging
- identity: /root/.ssh/website_id_rsa
- require:
- pkg: git
- ssh_known_hosts: github.com
git-website-prod:
git.latest:
- name: git@gihub.com:godber/website.git
- rev: gh-pages-prod
- target: /usr/share/nginx/prod
- identity: /root/.ssh/website_id_rsa
- require:
- pkg: git
- ssh_known_hosts: github.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment