Skip to content

Commit cbeb7e7

Browse files
committed
Add description of how to get environment alias
1 parent ccc8fb5 commit cbeb7e7

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
71.4 KB
Loading

umbraco-cloud/set-up/project-settings/umbraco-cicd/samplecicdpipeline/README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,22 @@ To get started with API interactions, you'll need to obtain your Project ID and
5656
The API key is tied to the specific project for which it is generated. Make sure to keep it secure in Azure or GitHub, as it will be used for all subsequent API interactions related to that project.
5757
{% endhint %}
5858

59+
## Getting environment aliases to target
60+
61+
With the feature enabled a button called "CI/CD Environment Targets" becomes available. Clicking the button will show a modal with your environments and their aliases.
62+
Next to the environment alias is a button you can click to copy the alias.
63+
64+
<figure><img src="../../../images/cicd-target-environments.webp" alt=""><figcaption><p>"Umbraco CI/CD Flow" section on the Advanced page.</p></figcaption></figure>
65+
66+
{% hint style="info" %}
67+
If the alias is greyed out it is currently not a valid target through the Umbraco CI/CD flow api.
68+
69+
Currently flexible environments and the left-most environment are considered valid targets.
70+
71+
We are investigating the potential impact to allow CI/CD deployments to all environments.
72+
{% endhint %}
73+
74+
5975
## Sample pipelines
6076

6177
Below we have a couple of examples of how to set up a CI/CD Pipeline using either Azure DevOps or GitHub Actions.
@@ -83,3 +99,15 @@ Details the setup of a CI/CD pipeline using Azure DevOps.
8399
Details the setup of a CI/CD pipeline using GitHub Actions.
84100

85101
* [GitHub Actions Sample](github-actions.md)
102+
103+
### V1 sample guides
104+
These are the guides for the old samples, relevant if you are using the V1 endpoints.
105+
106+
Details the setup of a CI/CD pipeline using Azure DevOps.
107+
108+
* [Azure DevOps Sample](V1-azure-devops.md)
109+
110+
111+
Details the setup of a CI/CD pipeline using GitHub Actions.
112+
113+
* [GitHub Actions Sample](V1-github-actions.md)

0 commit comments

Comments
 (0)