Skip to content

Commit

Permalink
Add default tasks and commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed Sep 22, 2024
1 parent d926764 commit 4b53efb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
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
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
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.'

0 comments on commit 4b53efb

Please sign in to comment.