Skip to content

Commit

Permalink
fix: update filematch for deployer
Browse files Browse the repository at this point in the history
  • Loading branch information
derrik-fleming committed Dec 15, 2024
1 parent c6f6b31 commit 0c0f827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -1765,7 +1765,7 @@
{
"name": "Deployer Recipe",
"description": "A Deployer yaml recipes",
"fileMatch": ["deploy.yaml", "deploy.yml"],
"fileMatch": ["**/.deployer/*.yaml", "**/.deployer/*.yml"],
"url": "https://raw.githubusercontent.com/deployphp/deployer/master/src/schema.json"
},
{
Expand Down

0 comments on commit 0c0f827

Please sign in to comment.