I'm a cheap bastard when it comes to online services. All my repositories have been publicly hosted on GitHub well before Microsoft swooped in and offered unlimited private repos. Since around 2016, this had been my build/deploy pipeline: You might ask how could that ssh key be comprised. Well, back in the day, CircleCI would … Continue reading Secure GitHub Deployments to Your Home
Tag: continuous deployment
DevOps Q&A with Kevin Parker
This is an interview with Kevin Parker (@kevinparkerusa) about DevOps How do you see agile affecting application development and delivery? The biggest impact is that application development teams are using agile to speed up their delivery of software changes and updates. This makes the developers happy as they can get through requests faster. However, releasing … Continue reading DevOps Q&A with Kevin Parker
Scrum vs Continuous Deployment or why Scrum falls short for web applications
Product development needs consistency The basic idea of Scrum is to create a safe and change-free environment to enable a team to concentrate on the planned development tasks. The team plans out a sprint of typically two weeks and the idea is that they work uninterrupted during this period. This process really helps to get … Continue reading Scrum vs Continuous Deployment or why Scrum falls short for web applications
Prerequisites for Continuous Deployment
Although we've skirted around the edges of Continuous Deployment on this blog, we haven't really gone into any details. The main reason for this is simply that neither Matthias nor myself have ever continuously deployed to our production environments. How hard could it be? Well, like with most engineering endeavors, it's about 99% preparation and … Continue reading Prerequisites for Continuous Deployment
Back to the roots: Bridging the Deployment Gap
Matthias and I started this blog over a year ago because we had first-hand experiences with the rift between developers and sysadmins. We knew this was a lose-lose situation not only for those directly involved, but the companies they were working for as well. We've described many real-life examples of how to overcome this rift, … Continue reading Back to the roots: Bridging the Deployment Gap