This page will help you to know what to kind of commands that you can put in the list of your deploy commands:
// Install composer required libraries. composer install
// Import configurations using (sync) or (production) configurations. // (You have to define these types in $config_directories settings.php). // drush config-import production drush config-import sync
// Update locale files. drush locale-check && drush locale-update && drush cr