Skip to content

Commit

Permalink
Add extras declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletaylored authored Oct 25, 2021
1 parent 000777b commit d31dd1d
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,19 @@
"pantheon-quicksilver/pantheon-yml-editor": "dev-main"
},
"extra": {
"quicksilver-workflow": [
{
"wf_type": "sync_code",
"stage": "before",
"priority": true
},
{
"wf_type": "deploy",
"stage": "before",
"priority": true
}
]
"pantheon-quicksilver": {
"wakeup": [
{
"wf_type": "clone_database",
"stage": "after",
"weight": 1
},
{
"wf_type": "create_cloud_development_environment",
"stage": "after",
"weight": 100
}
]
}
}
}

0 comments on commit d31dd1d

Please sign in to comment.