You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: