diff --git a/deploy.json b/deploy.json index 0cb1c1dcf..a288ba8a3 100644 --- a/deploy.json +++ b/deploy.json @@ -266,12 +266,14 @@ "type": "move", "src": "tests/server/", "dst": "[[stasis]]/tests/", + "match": "^.*\\.(py)$", "recursive": true }, { "type": "move", "src": "integrations/server/", "dst": "[[stasis]]/integrations/", + "match": "^.*\\.(py)$", "recursive": true },