Loading
DevOps

DevOps Consulting: Continuous Delivery

If you’re working with software, you’ve probably come across the terms “Continuous Delivery,” “Pipeline Runners,” and “Infrastructure as Code (IaC).” Or perhaps you’re already benefiting from automated deployments in your organization and want to learn more about the inner workings of these magic boxes.

Mick McGrath

Mick McGrath

DevOps

How to Deploy Storybook to GitHub Pages with GitHub Actions

If you’re using GitHub Actions as your Pipeline Runner, Bitovi has created a new GitHub action that makes publishing your Storybook to GitHub Pages a snap. It’s using a new feature in GitHub pages to help keep your repositories clean.

Mick McGrath

Mick McGrath

DevOps

DevOps Consulting: Continuous Integration

Continuous Integration (CI) automations are a vital part of DevOps and Cloud Engineering that simplify software delivery by helping ensure all code deployed to a hosted environment is bug-free and secure.

Mick McGrath

Mick McGrath

React

Deploy Your React Project to Github Pages with Github Actions

Bitovi has created a new GitHub action that makes publishing a React site to GitHub Pages a snap. It’s using a new feature in GitHub pages to help keep your repositories clean.

Chris Capell

Chris Capell

DevOps

Cloud Ready Series: Setting up a CI Pipeline

Continuous Integration (CI) is the process of automating the stages of testing, building, and publishing. It is considered one of the first steps toward creating a truly automated end-to-end deployment process. The aim of CI is to create an artifact that can be deployed into one or more systems, preferably with a Continuous Deployment (CD) pipeline.

Phil Henning

Phil Henning