Skip to content

enable deployment with git push and post-receive hook

Notifications You must be signed in to change notification settings

jonnyparris/ansible-role-deploy-with-githooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Role Name

Ansible role to setup bare git repos with post receive hooks for a staging and live deployment. I.e. enable deployments with something like git push live.

Requirements

n/a

Role Variables

app_name

Dependencies

geerlingguy.git to ensure git is installed.

Example Playbook

TBC

- hosts: servers
  roles:
     - { role: username.rolename, x: 42 }

License

MIT

About

enable deployment with git push and post-receive hook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages