And now a test post to test the whole CI/CD process of:
- Creating a branch for a new post.
- Creating the new post in the branch.
- Committing and pushing the new branch with post.
- Merging the branch to
stage, which kicks off the CI/CD process. - The CI/CD process does the jekyll build & deploys to the
stageenvironment. - Merging from from the
stageto theproductionbranch. - The CI/CD process does the jekyll build & dpolys to the
prodenvironment.
This now makes it simple to blog with jekyll from iOS as no build process can be run iOS for jekyll but none need be. Everything is built and deployed via gitlab-runners running CI/CD pipelines.