diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 66d05a9174ec..236d77f4e972 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -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" }, {