service('http')->create_site_config(); d()->service('http')->parse_configs(); } /** * Delete the config file created. */ function drush_http_post_provision_deploy_rollback() { d()->service('http')->create_site_config(); d()->service('http')->parse_configs(); }