You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/modules/deploy/pages/configure-deploy-markers.adoc
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This tutorial shows how to add a deploy marker step to your workflow config. Dep
9
9
10
10
Deploy markers provide a lightweight way to log your deployments without requiring a you to install the CircleCI release agent. If you install deploy markers, as described in this guide, you will also be able to use the xref:set-up-rollbacks.adoc[CircleCI rollback feature].
11
11
12
-
For a full guide to CircleCI's deploys features and functionality, refer to the xref:set-up-circleci-deploys.adoc[Set up CircleCI deploys] guide.
12
+
For a full guide to CircleCI's deploys features and functionality, refer to the xref:deployment-overview.adoc[Deployment and deploy management] guide.
13
13
14
14
== Prerequisites
15
15
@@ -291,6 +291,22 @@ To manually create an environment integration, follow these steps:
291
291
If you plan to only use deploy markers, as opposed to the Kubernetes agent, feel free to choose the `custom` type.
292
292
**You do not need to continue with installing a release agent at this point**, but you will need to reference this environment integration name as part of your config when adding the `log release` step below.
293
293
294
+
== Manual configuration of automatically detected deploys
295
+
296
+
If you have some link:https://circleci.com/changelog/auto-generated-deploy-markers-are-being-sunset/[automatically detected deploy markers] you can consider manually configuring them. CircleCI no longer automatically creates deploy markers for you.
297
+
298
+
Some points to consider when manually configuring an automatically detected deploy are as follows:
299
+
300
+
* If you change a component name that was originally autodetected by CircleCI, we create a new component and the history **will not** carry over. If you do not update the component name, the history **will** carry over.
301
+
302
+
* If your environment integration has an autogenerated name, you can edit the name as follows:
303
+
. In the link:https://circleci.com/app/home[CircleCI web app], select your organization.
304
+
. Select **Deploys** in the sidebar.
305
+
. Select the **Environments** tab.
306
+
. Find your environment and select cog icon image:guides:ROOT:icons/settings.svg[settings icon, role="no-border"] to enter the environment integration settings page.
307
+
. Select **Edit**.
308
+
. Enter a new name and select btn:[Update].
309
+
294
310
== Next steps
295
311
296
312
By following the steps in this guide, you have added a deploy marker to your CircleCI configuration.
0 commit comments