Skip to content

Promotion strategy workflow - #27

Open
smongiar wants to merge 1 commit into
contract-first-idp:mainfrom
smongiar:code-analysis
Open

Promotion strategy workflow#27
smongiar wants to merge 1 commit into
contract-first-idp:mainfrom
smongiar:code-analysis

Conversation

@smongiar

@smongiar smongiar commented Apr 2, 2025

Copy link
Copy Markdown
Contributor

Implementation of a promotion strategy logic, and deployment from one environment to another.

Currently, the procedure requires that the build pipeline automatically manages the deployments in the following way:

  • deploy into development env (auto)
  • deploy from dev to staging (if code analysis passes the quality gate)
  • deploy from staging to production (if cve scan analysis completes without critical CVEs)

Each deploy consists of a GitHub pull request that needs to be approved manually (three branches are involved: main - staging - production)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant