|
42 | 42 |
|
43 | 43 | ##Requirements |
44 | 44 |
|
45 | | -*[GitOps Runtime]({{site.baseurl}}/docs/quick-start/gitops-quick-start/runtime/) |
46 | | -*[Git Source]({{site.baseurl}}/docs/gitops-quick-start/gitops-runtimes/create-git-source/) to store application manifests |
47 | | -*[Environments]({{site.baseurl}}/docs/gitops-quick-start/products/quick-start-gitops-environments/) |
| 45 | +*[GitOps Runtime]({{site.baseurl}}/docs/quick-start/runtime/) |
| 46 | +*[Git Source]({{site.baseurl}}/docs/gitops-quick-start/create-git-source/) to store application manifests |
| 47 | +*[Environments]({{site.baseurl}}/docs/gitops-quick-start/quick-start-gitops-environments/) |
48 | 48 | For a Promotion Flow, you need at least three environments. |
49 | 49 | Here we use`dev`,`qa`, and`prod`. |
50 | | -*[Products and applications]({{site.baseurl}}/docs/gitops-quick-start/products/create-app-ui/) |
| 50 | +*[Products and applications]({{site.baseurl}}/docs/gitops-quick-start/create-app-ui/) |
51 | 51 | Each environment must have an application for the product. |
52 | 52 | For example,`demo-trioapp-dev`,`demo-trioapp-qa`, and`demo-trioapp-prod`representing the development, testing, and production versions. |
53 | 53 | The structure of the repos with the resources accessed by the applications must be consistent across all the three applications. |
54 | 54 | If it works for you, copy the corresponding subfolders in[demo-applications](https://github.com/codefresh-sandbox/codefresh-quickstart-demo/tree/main/demo-applications) with the resources.<!--- add a link to the repo?--> |
55 | | -*[Promotion Workflows]({{site.baseurl}}/docs/promotions/entities/promotion-workflow/#create-promotion-workflows) |
| 55 | +*[Promotion Workflows]({{site.baseurl}}/docs/promotions/promotion-workflow/#create-promotion-workflows) |
56 | 56 |
|
57 | 57 | ##Assign Pre- and Post-Action Workflows to environments in Promotion Flow |
58 | 58 | To ensure each environment's specific requirements are met, assign Promotion Workflows to govern promotion behavior. |
|