Skip to content

Commit 7cea647

Browse files
committed
covid hosp: deploy subpackages
- update `deploy.json` with new package structure
1 parent 75ea49a commit 7cea647

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

deploy.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,20 @@
208208
},
209209

210210
"// acquisition - covid_hosp",
211+
{
212+
"type": "move",
213+
"src": "src/acquisition/covid_hosp/common/",
214+
"dst": "[[package]]/acquisition/covid_hosp/common/",
215+
"match": "^.*\\.(py)$",
216+
"add-header-comment": true
217+
},
218+
{
219+
"type": "move",
220+
"src": "src/acquisition/covid_hosp/facility/",
221+
"dst": "[[package]]/acquisition/covid_hosp/facility/",
222+
"match": "^.*\\.(py)$",
223+
"add-header-comment": true
224+
},
211225
{
212226
"type": "move",
213227
"src": "src/acquisition/covid_hosp/state_timeseries/",

0 commit comments

Comments
 (0)