Github Deploy
Categories
Component ID
2889517
Component name
Github Deploy
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
40
Component created
Component changed
Component body
Github deploy used to update your site repository from github using github Webhooks. Whenever you push code to your github repository, Github will make post request to Drupal site and fire updating your site repository.
Features
- Validating payloads from GitHub.
- Whitelist requests for GitHub's IP address.
- Provide hooks during the process.
- Runs git commands using
proc_open. - Clear drupal cache after updating repository.
- Revert all features after successful deploy.
Requirements
- libraries (>=7.x-2.0).
- Git.php library.
- Github account.
