Skip to content

Commit 43563c1

Browse files
authored
Add deployment config for maintenance dir and files (#1249)
1 parent d38cde5 commit 43563c1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

deploy.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,16 @@
217217
"add-header-comment": true
218218
},
219219

220+
"// maintenance",
221+
{
222+
"type": "move",
223+
"src": "src/maintenance/",
224+
"dst": "[[package]]/maintenance/",
225+
"match": "^.*\\.(py)$",
226+
"recursive": true,
227+
"add-header-comment": true
228+
},
229+
220230
"// move flask tests out of the way",
221231
{
222232
"type": "move",

0 commit comments

Comments
 (0)