Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.18 KB

creating-new-lifecycle.md

File metadata and controls

26 lines (18 loc) · 1.18 KB
layout pubDate modDate title description navOrder hideInThisSectionHeader
src/layouts/Default.astro
2023-01-01
2023-01-01
Creating a lifecycle
Create lifecycle for SAAS application
10
true

The first step in this guide is to create a new lifecycle for our project.

To create a new Lifecycle, navigate to Library ➜ Lifecycles ➜ ADD LIFECYCLE.

:::figure :::

Give the Lifecycle a name, an optional description, and four phases. The lifecycle should ensure all releases are deployed to Development, Test, optionally to Staging, then lastly into Production.

In the next step, we'll create the project needed for this scenario.

Previous     Next