allow automatic publishing of an experience site after deployment
Just like you can automatically activate Flows in Gearset upon deployment; it would be nice to automatically publish deployments of Experience Bundles. This is especailly true for deploying Experience Bundles to staging/qa orgs but applies also to PROD.
There's an API to do this: /connect/communities/communityId/publish documented https://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_communities_publish.htm
-
Jonathan Flatt commented
I have Gearset call out to bitbucket after a successful deployment and publish portals in a bitbucket pipeline using the sf cli. Each org does need to be configured in both the CI job and bitbucket though. It's been working fine as a workaround.