Skip to content

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

License

Notifications You must be signed in to change notification settings

tribou/ansible-jekyll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages