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.
- Host: GitHub
- URL: https://github.com/johnnyhuy/git-auto-deploy
- Owner: johnnyhuy
- License: mit
- Created: 2017-06-25T05:02:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-05T08:55:30.000Z (about 2 years ago)
- Last Synced: 2025-10-11T07:14:17.430Z (9 months ago)
- Topics: git, php
- Language: PHP
- Size: 6.84 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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_)