cloudformation Using Cloudformation with Codepipeline Alright!!! If you've been following the last post, I've setup a pipeline to create a flask based website and deploy it using Elastic Beanstalk (EB). EB is great service when
codepipeline Setting Up a CI/CD Process with AWS CodePipeline Today I'll be setting up an automated delivery process using AWS codepipeline. What is codepipeline? Codepipeline is AWS's take on a CI/CD platform like Gitlab CI, Jenkins, Bamboo, and
jenkins Installing Jenkins in a Container In an effort to become more comfortable with Docker, I will be deploying applications in containers moving forward! First test subject - Jenkins. What is Jenkins? Jenkins is a CI/
flask Playing with CI/CD on Gitlab-CI Part 2 (Flask) You may remember Part 1 of "Playing with CI/CD on Gitlab-CI" where I setup the skeleton for a basic pipeline. If not please check it out here, and try
gitlab Playing with CI/CD on Gitlab-CI Part 1 Hey everybody today I'll show you a very rudimentary continuous integration and continuous delivery pipeline using Gitlab's CI process. Think of this a boilerplate or launch platform for future coding