Are you one of the 73 million developers who build, ship, and maintain their software on GitHub? Most tech companies now use it in their workflows. In this blog, I’ll show you how to use two features to automate your CI/CD pipeline: GitHub Pages and GitHub Actions.
GitHub Pages provide a static site-hosting service that takes HTML, CSS, and JavaScript files straight from a repository on GitHub. GitHub Pages allows you to publish website code live on the internet. It has several valuable features, with some restrictions:
These are great features, but there are some usage limitations:
There are a few private subscription uses, which are prohibited for use in the public domain. Public domain GitHub Pages may not be used for online business, e-commerce sites, or commercial transactions
GitHub Actions allow you to automate, customize, and execute your software development workflows for CI/CD right in your repository. GitHub Actions has several components:
The following diagram is a use case I will use in my demonstration:
In the tutorial video below, I’ll demonstrate how to deploy GitHub Pages and GitHub Actions.
Need help with GitHub, CI/CD, or DevOps on AWS? The nClouds team is here to help with that and all your AWS infrastructure requirements.
How to create a highly scalable Kubernetes infrastructure with Amazon EKS managed node groups
2022-06-22 19:06:05Accelerate image manipulation with Serverless Image Handler on AWS
2022-06-03 13:30:36Investing in the growth of nClouds — our team, customers, and partners
2022-05-11 12:56:18