Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto deploy #27

Open
jdaudier opened this issue Mar 7, 2015 · 0 comments
Open

Auto deploy #27

jdaudier opened this issue Mar 7, 2015 · 0 comments

Comments

@jdaudier
Copy link
Contributor

jdaudier commented Mar 7, 2015

https://robots.thoughtbot.com/blog-in-markdown-deploy-with-webhooks
https://developer.github.com/webhooks/

Was reading this post and wondering if there's a way we can do something similar where once a new post gets merged to the master branch of the content repository, we respond by kicking off a new deployment.

cd into `public` folder
git add .
git commit -m 'publish <TITLE>' && git push live master:gh-pages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant