Skip to content

Commit 8debb83

Browse files
committed
refactor: rename pre and post start scripts
1 parent 2b71ddb commit 8debb83

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

booster/.ddev/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ router_http_port: "6666"
2020
timezone: Europe/Berlin
2121
hooks:
2222
pre-start:
23-
- exec-host: python3 .ddev/php/pre-start.py
23+
- exec-host: python3 .ddev/php/create-xdebug-local.py
2424
post-start:
2525
- exec: bash ./tools/git-hooks/setup.sh
2626
- exec: composer install --prefer-dist --no-progress --no-interaction
2727
- exec: python3 .phpstorm/update_xdebug_config.py
28-
- exec: python3 .ddev/php/post-start.py
28+
- exec: python3 .ddev/php/add-xdebug-trigger-to-nginx.py
2929
# Key features of DDEV's config.yaml:
3030

3131
# name: <projectname> # Name of the project, automatically provides
File renamed without changes.

0 commit comments

Comments
 (0)