Skip to main content

Default Workflow

When you create a new environment, Atmosly automatically generates a Default Workflow containing three core stages:

➤  Source - This stage specifies information related to your source code, including the repository location, branch, and any additional source settings.
➤  Build - Here you define details about your build process, such as the location of your Dockerfile or other build-related configurations.
➤  Deploy - The deployment stage outlines where and how your built image or application will be deployed, including the deployment environment and configuration.

PLEASE NOTE: Workflows operate at the service level. For instance, if your application has multiple services (e.g., frontend and backend), each service can have its own distinct workflow.

Accessing Default Workflows

You can view and manage these default workflows by navigating to your project and selecting the relevant service.

Description of the image

Workflow Details

Once you select a workflow, you will see detailed information presented clearly in the Workflow Details view:

Description of the image

From this view, you can:

Add tools: Integrate additional tools and services into your pipeline.
Modify Stages: Adjust configurations in the Source, Build, or Deploy stages.
Execute Workflow: Initiate or trigger the workflow to run immediately based on your configured settings.

This comprehensive view helps you effectively manage and optimize your workflow, ensuring clarity and ease of use..