-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New bitbucket guide #13032
base: master
Are you sure you want to change the base?
New bitbucket guide #13032
Conversation
Your site preview for commit 6603868 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-13032-6603868c.s3-website.us-west-2.amazonaws.com. |
Your site preview for commit 63f30a1 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-13032-63f30a11.s3-website.us-west-2.amazonaws.com. |
- step: | ||
script: | ||
- if [ "${BITBUCKET_PR_DESTINATION_BRANCH}" != "main" ]; then printf 'target branch not main, skipping preview'; exit; fi | ||
'**': |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This appears to be duplicated.
title_tag: "Using Bitbucket Pipelines | CI/CD" | ||
meta_desc: This page details how to use Bitbucket Pipelines to manage deploying staging and production stacks based on commits to specific Git branches. | ||
title: Bitbucket Pipelines | ||
h1: Pulumi CI/CD & Bitbucket |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider "Pulumi CI/CD with Bitbucket Pipelines". Since we specify "Github Actions" instead of just "Github" in that guide.
|
||
## Running the pipeline | ||
|
||
Once the `.bitbucket-pipelines.yml` is committed, each push to the repository will trigger the pipeline, automating the deployment of your infrastructure. You can monitor the pipeline status in the **Pipelines** tab in Bitbucket. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"each push or pull request to the main branch of the repository"
Adding a new guide to cover how to configure Bitbucket Pipelines with Pulumi
Todo: