Skip to content

Workflows

The Workflows page shows all CI/CD workflows that Aineko Cloud has run as a result of your codebase changes. Below we list all possible types of workflows.

Initialize Environment workflow

Triggers

  • Creation of a new Aineko Cloud Project
  • Creation of a new environment (see here)

Creates the background services required to make an environment ready to deploy pipelines. It is the longest workflow, and may take 60-90 minutes to complete.

Continuous Integration workflow

Triggers

  • Commits made to a non-deployment branch

Validates that deployment configuration is valid and the pipeline can be deployed if this branch were to be merged to develop.

Continuous Deployment workflow

Triggers

  • Commits made to a deployment branch

Deploys the pipeline defined in the pipeline configuration file, including any implied infrastructure changes.

Error workflow

Triggers

  • Running a CI/CD workflow before initialization is complete
  • Re-running an expired workflow

This workflow indicates that there was an error in trying to run a workflow