-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: disable quantic release, split production targets (#3741)
Currently, we're doing the following operation sequentially: 1. Move the latest tag of our npm package to the beta tag we created earlier 2. Promote the SFDX package in production 3. Notify the doc website to do their release All those operations can and should occur in parallel: - We want to promote NPM into production as soon as it's available in production through our CDN - We want our documentation to be updated when we release new versions in production, even if it's only in the CDN (if the NPM promotion were to fail let's say) - Quantic package does not depend on the two other operations This PR does that by splitting the three tasks into separate jobs, controlled by different GitHub Environments. Those Environments are just a split of Production into 3, with a separation of concern applied to all. By that account. GitHub package releases, while currently disabled should follow NPM logic as well, and so I moved the disabled part of the script into its own, commented, job. Quantic deployment is also disabled in this PR, as we need to ensure we have updated credentials for the publication and set up proper processes -human or automated- to renew those credentials in time. (fix-it-twice) KIT-3070
- Loading branch information
1 parent
3713ca9
commit bcd1ffd
Showing
2 changed files
with
79 additions
and
33 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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