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
stage
environment. - Merging from from the
stage
to theproduction
branch. - The CI/CD process does the jekyll build & dpolys to the
prod
environment.
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.