Skip to main content

Default Workflow

By default, when an environment is created, a default workflow gets created with the following three stages:

➤  Source - contains the informaiton regarding the source code, which repo, which branch etc.
➤  Build - contains informaiton regarding your build i.e. the dockerfile path etc.
➤  Deploy - contains the deployment details, where your image needs to be deployed!

PLEASE NOTE: Workflows are made on the service level. If an application has two services - frontend and backend, both the services can have different workflows.

These default workflows are accessible via the project section, under the concerned service.

Once you get to the Build Details screen, you will see something like this:

At this stage, you can add tools to the pipeline or make changes to the source, build or deploy stage and execute the workflow.