Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ These are the possible role variables - you only need to have a small set define

# optional parameters, covered by defaults
symfony_project_post_folder_creation_tasks: task hook after folder creation
symfony_project_pre_cache_warmup_tasks: after cache warmup
symfony_project_pre_cache_warmup_tasks: before cache warmup
symfony_project_pre_live_switch_tasks: before live symlink is switched
symfony_project_post_live_switch_tasks: after live symlink is switched

Expand Down Expand Up @@ -153,7 +153,7 @@ possible hooks:
```yaml
---
symfony_project_post_folder_creation_tasks: task hook after folder creation
symfony_project_pre_cache_warmup_tasks: after cache warmup
symfony_project_pre_cache_warmup_tasks: before cache warmup
symfony_project_pre_live_switch_tasks: before live symlink is switched
symfony_project_post_live_switch_tasks: after live symlink is switched
```
Expand Down