diff --git a/src/Drupal/Modules/site_hosting/config/install/commands.command_type.ddev_start.yml b/src/Drupal/Modules/site_hosting/config/install/commands.command_type.ddev_start.yml new file mode 100644 index 000000000..7cf8b26d8 --- /dev/null +++ b/src/Drupal/Modules/site_hosting/config/install/commands.command_type.ddev_start.yml @@ -0,0 +1,6 @@ +status: true +dependencies: { } +id: ddev_start +label: 'DDEV Start' +description: 'Run ddev start.' +command_plugin: ddev_start diff --git a/src/Drupal/Modules/site_hosting/config/install/commands.command_type.git_checkout.yml b/src/Drupal/Modules/site_hosting/config/install/commands.command_type.git_checkout.yml new file mode 100644 index 000000000..8c99965ec --- /dev/null +++ b/src/Drupal/Modules/site_hosting/config/install/commands.command_type.git_checkout.yml @@ -0,0 +1,6 @@ +status: true +dependencies: { } +id: git_checkout +label: 'Git Checkout' +description: 'Clone a git repository and checkout the desired git reference.' +command_plugin: git_checkout diff --git a/src/Drupal/Modules/site_hosting/config/install/tasks.task_type.verify_site.yml b/src/Drupal/Modules/site_hosting/config/install/tasks.task_type.verify_site.yml new file mode 100644 index 000000000..d210da546 --- /dev/null +++ b/src/Drupal/Modules/site_hosting/config/install/tasks.task_type.verify_site.yml @@ -0,0 +1,5 @@ +status: true +dependencies: { } +id: verify_site +label: 'Verify Site' +description: 'Prepare code and launch site.'