https://github.com/oknoorap/grad
:helicopter: WordPress Plugin to Auto Download Release Binary from Git Repository
https://github.com/oknoorap/grad
git wordpress-plugin
Last synced: about 1 year ago
JSON representation
:helicopter: WordPress Plugin to Auto Download Release Binary from Git Repository
- Host: GitHub
- URL: https://github.com/oknoorap/grad
- Owner: oknoorap
- License: mit
- Created: 2017-07-05T07:24:03.000Z (about 9 years ago)
- Default Branch: develop
- Last Pushed: 2017-07-07T17:11:31.000Z (almost 9 years ago)
- Last Synced: 2025-06-22T17:07:06.663Z (about 1 year ago)
- Topics: git, wordpress-plugin
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# :helicopter: GRAD
GRAD is stands for Git Release Auto Deploy. A WordPress plugin to auto download .zip binary when new tag pushed to git repository.
GRAD will receive webhook request, then webook will trigger to download released binary and upload it to WordPress media.
This plugin is useful for private plugin provider in your theme. For example, if theme is using [TGM Plugin Activation](http://tgmpluginactivation.com/), we must add private plugin's URL in TGM config.
The development workflow should be as simple as possible. GRAD will be the rescue. We don't need to download zip binary from (private) repository and reupload again to our hosting.
# :computer: Installation
1. Download plugin from [release page](https://github.com/oknoorap/grad/releases).
2. Login to WordPress admin area.
3. Go to plugins > add new (upload).
4. Activate it.
# :rocket: Quick Setup
1. Go to Settings > GRAD.
2. Add private tokens from your git hosting.
3. Setup Webhook URL in your git hosting to http://yourdomain.com/wp-json/grad/v1.
4. Done.
# License
MIT © [oknoorap](https://github.com/oknoorap)