Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Conversation

@avalcepina
Copy link
Contributor

Note

You may find that there are errors for the vale/lint job that are unrelated to your change.
Vale checks the whole file when a change is made so if there are existing issues on the page they will be flagged.
You can ignore lint errors outside your changes and the CircleCI docs team will address them for you.
Vale logs are advisory to help all contributors create content that conforms to our style guide. The vale/lint job will not prevent changes from being published.

Description

  • Added a new page with the deploy pipeline documentation
  • updated pipeline values previously used only for rollbacks to also mention deploy pipelines.
  • added references to the deploy pipeline and the new page where required

Reasons

This goes along with the new feature we want to release.

Content checks

Please follow our style when contributing to CircleCI docs. View our style guide or check out our CONTRIBUTING.md for more information.

Preview your changes:

  • View the Vale linter results, select the ci/circleci: lint job at the bottom of your PR. You will be redirected to the vale/lint job output in CircleCI.
  • Preview your changes, select the ci/circleci: build job at the bottom of your PR and you will be redirected to CircleCI. Select the Artifacts tab and select index.html to open a preview version of the docs site built for your latest commit.

Take a moment to check through the following items when submitting your PR (this is just a guide so will not be relevant for all PRs):

Content structure:

  • Break up walls of text by adding paragraph breaks.
  • Consider if the content could benefit from more structure, such as lists or tables, to make it easier to consume.
  • Consider whether the content would benefit from more subsections (h2-h6 headings) to make it easier to consume.
  • Include relevant backlinks to other CircleCI docs/pages.

Formatting:

  • Keep the title between 20 and 70 characters.
  • Check all headings h1-h6 are in sentence case (only first letter is capitalized).

@avalcepina avalcepina force-pushed the REL-4300_deploy_pipeline_docs branch from 504e5ec to 9c6aa40 Compare December 10, 2025 13:58
. Select btn:[Deploy]. This opens the deploy execution modal.
+
.Deploy execution modal
image::guides:ROOT:deploy/rollback-execution-modal.png[Deploy execution modal]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be updated with the correct screenshot for deploys.

. Select btn:[Setup deploy pipeline] to activate the deploy pipeline.
+
.Setup deploy pipeline button
image::guides:ROOT:deploy/setup-rollback-pipeline-button.png[Setup deploy pipeline button]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be updated with the correct screenshot for deploys.

. You can manually navigate to the pull request by selecting btn:[View pull Request].
+
.View pull request button
image::guides:ROOT:deploy/view-pr-button.png[View pull request button]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be updated with the correct screenshot for deploys.

. Alternatively, you can copy the suggested configuration into an existing or newly created deploy config file. Make sure the file is called `deploy.yml` and is located in the `.circleci` folder, for the system to detect and use this file. In this case, select btn:[I already have a deploy config] and skip to the next step. See the <<configuration-tips, Configuration tips>> section for more details on customizing your deploy configuration.
+
.Already have config button
image::guides:ROOT:deploy/already-have-config-button.png[Already have config button]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be updated with the correct screenshot for deploys.

NOTE: The configuration will be committed to a new branch called `deploy-pipeline-setup` in the repository you selected.
+
.Commit config button
image::guides:ROOT:deploy/commit-config-button.png[Commit config button]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be updated with the correct screenshot for deploys.

. Select the repository you want to deploy from the "What repo are you deploying?" dropdown.
+
.Select repository
image::guides:ROOT:deploy/select-deploy-repo.png[Select repository]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be updated with the correct screenshot for deploys.

. Once you have updated your config file, select btn:[I've updated my config] to proceed to the next step.
+
.Copy markers commands
image::guides:ROOT:deploy/config-updated-button.png[Copy markers commands]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be updated with the correct screenshot for deploys.

. Copy the generated commands using the btn:[Copy] button and paste them into your existing config file where the deployment occurs. Ensure the `circleci run release plan` step comes before the deployment step, followed by the `circleci run release update` step.
+
.Generated markers commands
image::guides:ROOT:deploy/auto-generated-commands.png[Generated markers commands]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be updated with the correct screenshot for deploys.

- If the GitHub App is not installed in your organization, the guided setup process prompts you to install it.
+
.Install GitHub App
image::guides:ROOT:deploy/install-github-app.png[Install GitHub App]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be updated with the correct screenshot for deploys.

. Select the btn:[Deploy] button in the project Overview.
+
.Deploy button on project overview page
image::guides:ROOT:deploy/project-overview-rollback.png[Deploy button on project overview page]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be updated with the correct screenshot for deploys.

@rosieyohannan rosieyohannan changed the base branch from main to DOCSS-1818-deploys-diagram January 8, 2026 11:10
@rosieyohannan rosieyohannan marked this pull request as ready for review January 8, 2026 11:26
@rosieyohannan rosieyohannan requested review from a team as code owners January 8, 2026 11:26
@rosieyohannan rosieyohannan merged commit 103c37a into DOCSS-1818-deploys-diagram Jan 8, 2026
2 of 3 checks passed
@rosieyohannan rosieyohannan deleted the REL-4300_deploy_pipeline_docs branch January 8, 2026 11:26
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.

2 participants