iOS

iOS: CI/CD Integration via FastLane & Firebase using Gitlab : Part – 3

In the second part of the blog, we covered the Code Signing approach via the match import command and created a separate repository and uploaded the private keys and certificates in a Gitlab repo for syncing them across the machines. Now we are moving to the next part of this series where we will use CI/CD workflow via Fastlane &...

by Sandeep Kumar
Tag: pipeline
30-Mar-2025

iOS

iOS: CI/CD Integration via FastLane & Firebase using Gitlab : Part – 2

In the first part of the blog, we covered the Fastlane setup/Installation with multiple files like Appfile, Gymfile, and Fastfile. Now we are moving to the next part of this series where we will use CI/CD workflow via Fastlane & Firebase on the local machine. We will use the next step of the Code Signing approach via the match...

by Sandeep Kumar
Tag: pipeline
14-Aug-2024

iOS

iOS: CI/CD Integration via FastLane & Firebase using Gitlab : Part – 1

Hello everyone, This is a blog series where we'll touch up on how to automate our workflow with CI/CD in iOS with the use of tech like Fastlane, Firebase, and Gitlab repository. This is the 1st part of the series where we'll cover the setup of the configuration for generating automated builds using Fastlane on the local machine. ...

by Sandeep Kumar
Tag: pipeline
14-Aug-2024

DevOps, Technology

An Introduction to CircleCI

CircleCI is the continuous integration & delivery platform that helps development teams to release code rapidly and automate the build, test, and deploy process using Docker container. CircleCI is a reliable platform that works well with languages like Ruby, Python, NodeJS, Java and Clojure. Steps to Signup with CircleCI Signing up...

by Ankit Kumar
Tag: pipeline
29-Nov-2016

Agile, AWS

Setting up Spinnaker on AWS

In my previous blog, I had given an overview of Spinnaker and its capabilities. And in this blog,  we will see how spinnaker can be set up for continuous delivery. We will set up Spinnaker in an AWS environment, though Spinnaker can be set up on any platform (Google Cloud, Azure, Cloud Foundry etc.) and it can be later integrated...

by Raghu Sharma
Tag: pipeline
26-Oct-2016

Agile, AWS

Introduction to Spinnaker – Global Continuous Delivery

Continuous Delivery is the term that comes with agile methodology. You want to make changes frequently and deliver them without hassle onto production environment. Spinnaker is a Continuous delivery platform developed by Netflix that can make your way easy. According to the official website: "Spinnaker is an open source, multi-cloud...

by Raghu Sharma
Tag: pipeline
30-Sep-2016