Posts The CI Deployment To Prod Process
Post
Cancel

The CI Deployment To Prod Process

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 the production 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.

This post is licensed under CC BY 4.0 by the author.

Trending Tags