mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
move input files out of scripts/
This commit is contained in:
parent
5c314e2914
commit
0fc81da4cf
4 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ from orchestration.sharepoint_renamer_orchestrator import SharepointRenamerOrche
|
|||
from utils.sharepoint.domna_sharepoint_client import DomnaSharepointClient
|
||||
from utils.sharepoint.domna_sites import DomnaSites
|
||||
|
||||
CSV_PATH = "scripts/sero_address_list.csv"
|
||||
CSV_PATH = "applications/sharepoint_renamer/sero_address_list.csv"
|
||||
|
||||
|
||||
def handler(event: dict[str, Any], context: Any) -> None:
|
||||
|
|
|
|||
|
|
@ -10,6 +10,4 @@ COPY backend/__init__.py backend/__init__.py
|
|||
COPY backend/pashub_fetcher/ backend/pashub_fetcher/
|
||||
COPY orchestration/ orchestration/
|
||||
COPY applications/sharepoint_renamer/ applications/sharepoint_renamer/
|
||||
COPY scripts/sero_address_list.csv scripts/sero_address_list.csv
|
||||
|
||||
CMD ["applications.sharepoint_renamer.handler.handler"]
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
UPRN,Address,Postcode
|
||||
U1014630,"118 Faringdon Avenue, Bromley",BR2 8BU
|
||||
|
Loading…
Add table
Reference in a new issue