An open API service indexing awesome lists of open source software.

https://github.com/johnnyhuy/git-auto-deploy

PHP git auto-deploy script.
https://github.com/johnnyhuy/git-auto-deploy

git php

Last synced: about 2 months ago
JSON representation

PHP git auto-deploy script.

Awesome Lists containing this project

README

          

# Git Auto-Deploy Script
This is a lite script to automatically pull changes from the remote repository. The action is triggered via a GitHub webhook.

Getting Started
===

## Prerequisites
This script needs the following requirements in order to run correctly.

- Establish SSH key access to the selected git repository
- Generate secret key for webhook (example: `ruby -rsecurerandom -e 'puts SecureRandom.hex(20)'`)
- URL to call the web script (e.g. website.com/_deploy_)