Git Product home page Git Product logo

cicd-pipelines-github-actions's Introduction

Branch Details

There are mainly two branches. Aug/1/2021 :

  1. main
  2. develop

two entry points for github actions for each branches and build_deploy_reusable.yml is re-usable workflow file:

.github/workflows/ci_cd_pipeline_development.yml@develop This is PR triggered for develop branch

.github/workflows/ci_cd_pipeline_release_stage_prod.yml@main This is manually triggered. asks user input in which environment you want to push the release.

Environment and Secrets Setup

Environment

There are few environment created [ this is optional for private repo as environment is not supported in private repo ]:

  1. dev
  2. qa
  3. staging
  4. prod

Environment Secrets

Environment specific variables:

  1. CLOUDHUB_USERNAME
  2. CLOUDHUB_PASSWORD

How to Trigger pipeline

  1. Fork this repo
  2. configure your fork and setup your environment and secrets mentioned above
  3. Trigger pipeline either manually, by PR or cronjob schdeduled

Features

Mule Application

  1. Mule Application compile, build, test, package [Aug/2021]
  2. Mule Application release prepare and perform [Aug/2021]
  3. CloudHub Deployment using username/password [Aug/2021]

GitHub Actions

Most of the advanced features are used in this pipeline workflows

cicd-pipelines-github-actions's People

Contributors

andreyyunkin avatar nabrajkhatri avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.