Hello, with Drupal 10.3+ there is a new Drush Deploy command which standardises how Drupal deployments work and performs the following actions:
drush updatedb --no-cache-clear
drush cache:rebuild
drush config:import
drush cache:rebuild
drush deploy:hook
But in my tests the site studio configuration import is not triggered by it.
Active
1.1
Code