Remove post redirects

This commit is contained in:
Oliver Davies 2017-09-12 14:01:41 +01:00
parent 8080640147
commit 9ba45e74e3
87 changed files with 0 additions and 176 deletions

View file

@ -6,8 +6,6 @@ tags:
- jenkins
slug: automating-sculpin-jenkins
use: [posts]
redirect:
- blog/automating-sculpin-jenkins/
---
As part of re-building this site with [Sculpin](http://sculpin.io), I wanted to automate the deployments, as in I wouldn't need to run a script like [publish.sh](https://raw.githubusercontent.com/sculpin/sculpin-blog-skeleton/master/publish.sh) locally and have that deploy my code onto my server. Not only did that mean that my local workflow was simpler (update, commit and push, rather than update, commit, push and deploy), but if I wanted to make a quick edit or hotfix, I could log into GitHub or Bitbucket (wherever I decided to host the source code) from any computer or my phone, make the change and have it deployed for me.