https://github.com/abecms/abe-deployer-git
An Abe deployer for your git repositories and websites
https://github.com/abecms/abe-deployer-git
Last synced: 8 months ago
JSON representation
An Abe deployer for your git repositories and websites
- Host: GitHub
- URL: https://github.com/abecms/abe-deployer-git
- Owner: abecms
- License: mit
- Created: 2016-10-24T13:27:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-06-09T12:15:27.000Z (about 5 years ago)
- Last Synced: 2025-10-11T00:34:57.496Z (8 months ago)
- Language: JavaScript
- Size: 472 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# abe-deployer-git
An Abe deployer for your Git repositories and static websites
## Introduction
This plugin is a Git deployer for your Abe blog. Once you've created your git repository, just install this plugin with Abe and fill in the parameters.
Everytime you'll publish/unpublish a content, your blog will be sync'ed
## Installation
abe install abecms/abe-deployer-git
## Configuration
In abe.json, you must have this entry:
```
"deployers": {
"git": {
"active":true,
"repository": "https://github.com/gregorybesson/abegittest.git",
"branch": "master",
"username": "gregorybesson",
"email": "mymail@domain.com"
}
}
```
If you want to deactivate the sync, set active as ```false.```