From CircleCI to GitHub Actions for Jekyll publishing
A technical guide on migrating a Jekyll static site's CI/CD pipeline from CircleCI to GitHub Actions, covering build and deployment steps.
A technical guide on migrating a Jekyll static site's CI/CD pipeline from CircleCI to GitHub Actions, covering build and deployment steps.
Episode on automating static asset deployment to AWS S3 via CircleCI and pulling files with Ansible during SaaS deployment.
A developer deploys a Django Shiv app using Ansible and S3, then troubleshoots template and settings issues.
Learn how to use CircleCI orbs to upload a Python Shiv application to an AWS S3 bucket for deployment.
The author fixes Shiv zipapp dependencies and sets up automated builds using CircleCI for continuous integration.
Learn how to bundle a Python app and its dependencies into a single executable using Shiv, a tool from LinkedIn.