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

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

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.```