diff --git a/deploy.json b/deploy.json index 59d141ba4..d9440bf0c 100644 --- a/deploy.json +++ b/deploy.json @@ -22,8 +22,9 @@ "type": "move", "src": "src/common/", "dst": "[[package]]/common/", - "match": "^.*\\.(py)$", - "add-header-comment": true + "match": "^.*\\.(py|yaml)$", + "add-header-comment": true, + "recursive": true }, "// server",