Open
Conversation
- Add comprehensive section on tracking deployments with deploy markers - Include example configuration showing how to integrate deploy markers - Add links to configure-deploy-markers, rollback, and deploy pipeline guides - Explain benefits of using deploy markers for Heroku deployments Co-authored-by: Rosie Yohannan <rosieyohannan@users.noreply.github.com>
- Add comprehensive section on tracking deployments with deploy markers - Include example configuration for S3 deployment with deploy markers - Add links to configure-deploy-markers, rollback, and deploy pipeline guides - Note that deploy markers work with all AWS services (S3, ECR, ECS, CodeDeploy) Co-authored-by: Rosie Yohannan <rosieyohannan@users.noreply.github.com>
- Add comprehensive section on tracking deployments with deploy markers - Include example configuration showing Firebase deploy with deploy markers - Add links to configure-deploy-markers, rollback, and deploy pipeline guides - Explain benefits of using deploy markers for Firebase deployments Co-authored-by: Rosie Yohannan <rosieyohannan@users.noreply.github.com>
- Add comprehensive section on tracking deployments with deploy markers - Include example configuration for GKE deployment with deploy markers - Add links to configure-deploy-markers, rollback, and deploy pipeline guides - Note that deploy markers work with all GCP services (GKE, Cloud Run, App Engine) Co-authored-by: Rosie Yohannan <rosieyohannan@users.noreply.github.com>
- Add comprehensive section on tracking deployments with deploy markers - Include example configuration showing Android deployment with deploy markers - Add links to configure-deploy-markers, rollback, and deploy pipeline guides - Position before Next steps section for better flow Co-authored-by: Rosie Yohannan <rosieyohannan@users.noreply.github.com>
- Add comprehensive section on tracking deployments with deploy markers - Include example configuration for TestFlight deployment with deploy markers - Add links to configure-deploy-markers, rollback, and deploy pipeline guides - Note that deploy markers work with App Store Connect, TestFlight, App Center, and TestFairy Co-authored-by: Rosie Yohannan <rosieyohannan@users.noreply.github.com>
- Add comprehensive section on tracking deployments with deploy markers - Include example configuration for JFrog/Artifactory deployment with deploy markers - Add links to configure-deploy-markers, rollback, and deploy pipeline guides - Position before See also section for better flow Co-authored-by: Rosie Yohannan <rosieyohannan@users.noreply.github.com>
- Add comprehensive section on tracking deployments with deploy markers - Include example configuration showing ECS deployment with deploy markers - Add links to configure-deploy-markers, rollback, and deploy pipeline guides - Show integration with AWS ECR/ECS orbs Co-authored-by: Rosie Yohannan <rosieyohannan@users.noreply.github.com>
- Add comprehensive section on tracking deployments with deploy markers - Include example configuration showing ECS service update with deploy markers - Add links to configure-deploy-markers, rollback, and deploy pipeline guides - Position before Next steps section for better flow Co-authored-by: Rosie Yohannan <rosieyohannan@users.noreply.github.com>
- Add comprehensive section on tracking deployments with deploy markers - Include example configuration for ACR deployment with deploy markers - Add links to configure-deploy-markers, rollback, and deploy pipeline guides - Explain benefits of using deploy markers for Azure deployments Co-authored-by: Rosie Yohannan <rosieyohannan@users.noreply.github.com>
- Add comprehensive section on tracking deployments with deploy markers - Include example configuration for Capistrano deployment with deploy markers - Add links to configure-deploy-markers, rollback, and deploy pipeline guides - Explain benefits of using deploy markers for Capistrano deployments Co-authored-by: Rosie Yohannan <rosieyohannan@users.noreply.github.com>
- Add comprehensive section on tracking deployments with deploy markers - Include example configuration for CF deployment with deploy markers - Add links to configure-deploy-markers, rollback, and deploy pipeline guides - Note support for Blue-Green deployment strategies Co-authored-by: Rosie Yohannan <rosieyohannan@users.noreply.github.com>
- Add comprehensive section on tracking deployments with deploy markers - Include example configuration for SSH deployment with deploy markers - Add links to configure-deploy-markers, rollback, and deploy pipeline guides - Explain benefits of using deploy markers for SSH deployments Co-authored-by: Rosie Yohannan <rosieyohannan@users.noreply.github.com>
- Add comprehensive section on tracking deployments with deploy markers - Include example configuration for Packagecloud deployment with deploy markers - Add links to configure-deploy-markers, rollback, and deploy pipeline guides - Position before See also section for better flow Co-authored-by: Rosie Yohannan <rosieyohannan@users.noreply.github.com>
- Add comprehensive section on tracking deployments with deploy markers - Include example configuration with version extraction from package.json - Add links to configure-deploy-markers, rollback, and deploy pipeline guides - Explain benefits of using deploy markers for npm package publications Co-authored-by: Rosie Yohannan <rosieyohannan@users.noreply.github.com>
|
Cursor Agent can help with this pull request. Just |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
You may find that there are errors for the
vale/lintjob 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/lintjob will not prevent changes from being published.Description
Added a new section on "Tracking deployments with deploy markers" to the following 15 deployment guides:
deploy-android-applications.adocdeploy-ios-applications.adocdeploy-over-ssh.adocdeploy-service-update-to-aws-ecs.adocdeploy-to-artifactory.adocdeploy-to-aws.adocdeploy-to-azure-container-registry.adocdeploy-to-capistrano.adocdeploy-to-cloud-foundry.adocdeploy-to-firebase.adocdeploy-to-google-cloud-platform.adocdeploy-to-heroku.adocdeploy-to-npm-registry.adocecs-ecr.adocpublish-packages-to-packagecloud.adocEach guide now includes:
circleci run releaseintegration.Reasons
These changes address Linear issue DOC-49, which aims to update outdated deployment guides and add missing information on setting up deploy markers. This update provides users with essential guidance on tracking deployments, understanding rollback capabilities, and leveraging deploy pipelines within CircleCI for their specific deployment scenarios.
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:
ci/circleci: lintjob at the bottom of your PR. You will be redirected to thevale/lintjob output in CircleCI.ci/circleci: buildjob at the bottom of your PR and you will be redirected to CircleCI. Select the Artifacts tab and selectindex.htmlto 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:
Formatting:
Linear Issue: DOC-49