Skip to content

Commit a5d22d5

Browse files
authored
Merge pull request #541 from cmu-delphi/main
Test production deploy / set source name of Change Healthcare
2 parents fe80833 + 7eaf191 commit a5d22d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ name: Python package
55

66
on:
77
push:
8-
branches: [ main ]
8+
branches: [ main, prod ]
99
pull_request:
1010
types: [ opened, synchronize, reopened, ready_for_review ]
11-
branches: [ main ]
11+
branches: [ main, prod ]
1212

1313
jobs:
1414
build:

ansible/templates/changehc-params-prod.json.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"static_file_dir": "./static",
3-
"export_dir": "/common/covidcast/receiving/changehc",
3+
"export_dir": "/common/covidcast/receiving/chng",
44
"cache_dir": "./cache",
55
"input_denom_file": null,
66
"input_covid_file": null,

0 commit comments

Comments
 (0)