Skip to content

Commit 1ce310a

Browse files
authored
Merge pull request #332 from dfarrow0/dfarrow/covid-hosp-facility3
covid hosp: deploy subpackages
2 parents fcd94c3 + 7cea647 commit 1ce310a

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)