-
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
src/Drupal/Modules/site_hosting/config/install/commands.command_type.ddev_start.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
status: true | ||
dependencies: { } | ||
id: ddev_start | ||
label: 'DDEV Start' | ||
description: 'Run ddev start.' | ||
command_plugin: ddev_start |
6 changes: 6 additions & 0 deletions
6
src/Drupal/Modules/site_hosting/config/install/commands.command_type.git_checkout.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
5 changes: 5 additions & 0 deletions
5
src/Drupal/Modules/site_hosting/config/install/tasks.task_type.verify_site.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
status: true | ||
dependencies: { } | ||
id: verify_site | ||
label: 'Verify Site' | ||
description: 'Prepare code and launch site.' |