Migrate drone-builder from Drone to DK CI/CD #177
Merged
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.
Automatic PR to migrate drone-builder steps to DK CI/CD pipelines
This PR marks the initial step in the process of migrating pipelines from Drone to DK CI/CD or self-hosted GitHub Action. It migrates all the drone-builder steps from the Drone configuration file to drone-builder pipelines in the DK CI/CD configuration file. Please check the announcement.
The drone-builder step is responsible for building, pushing, and deploying applications, particularly on Kubernetes.
If you have doubts about configuring the pipelines or whether the project requires the use of self-hosted GitHub Actions, you can reach us in the drone-0 channel via Slack.
The Drone configuration can match the following cases:
Before merging this PR, it is recommended that you follow these steps:
Usage
$_{DRONE_DEPLOY_TO}-us
, in the DK-CICD configuration, replace$_{DRONE_DEPLOY_TO}
with an actual value.Logs and Results
The results will continue to be delivered as GitHub checks.
To see the logs, click on
details
and onView more details on DK CI/CD
.You will be redirected to the DK CI/CD Dashboard, and you need to be connected to the VTEX VPN to access it.
To view all the builds from your project, please go to: DK CI/CD Dashboard.