nusserstudios / ansible-jekyll

Install simple nginx instance with a Jekyll build off a bare git repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-jekyll

Install simple nginx instance with a Jekyll build off a bare git repo. Credit goes out to this awesome blog post

Execute

First, copy the group_vars/jekyll.yml to a local group_vars/jekyll.yml file and customize the variables to your needs.

ansible-playbook site.yml

Then, to deploy a Jekyll site to your new server:

git remote add prod git@example.org:repos/example-repo.git
git push prod master

About

Install simple nginx instance with a Jekyll build off a bare git repo

License:MIT License


Languages

Language:Shell 100.0%