Skip to content

Commit 6f3197e

Browse files
authored
Merge pull request #412 from cmu-delphi/bgc/fix-deploy-changehc
Fix up the deployment branch
2 parents 70188b5 + db96e2b commit 6f3197e

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
},
2121
"bucket_name": "",
2222
"ftp_conn": {
23-
"host": "",
24-
"user": "",
25-
"pass": "",
26-
"port": 0
23+
"host": "{{ changehc_sftp_host }}",
24+
"user": "{{ changehc_sftp_user }}",
25+
"pass": "{{ changehc_sftp_password }}",
26+
"port": "{{ changehc_sftp_port }}"
2727
}
2828
}

changehc/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,3 @@ should not include critical sub-routines.
7474
- config.py: Config: constants for reading data and transformations, Constants: constants for sanity checks
7575
- constants.py: constants for signal names
7676
- weekday.py: Weekday: Adjusts for weekday effect
77-
78-
- test Jenkins pipeline

0 commit comments

Comments
 (0)