NYCPlanning / db-developments

🏠 🏘️ 🏗️ Developments Database
https://nycplanning.github.io/db-developments
8 stars 2 forks source link

Publish does not work #491

Closed td928 closed 2 years ago

td928 commented 2 years ago

publish.yml

https://nyc3.digitaloceanspaces.com/edm-publishing/db-developments/{{ version }}/output/housing.csv

which does not exist with the current implementation of the upload step

https://github.com/NYCPlanning/db-developments/blob/43d1e9bfb81e307a29685a7de5302bf1f43cd638/bash/config.sh#L60-L68

Propsed solution

modify the upload function to take branch the Actions being run on as another input, then if the branch is main do not write to a separate main folder in DO but directly under https://nyc3.digitaloceanspaces.com/edm-publishing/db-developments

td928 commented 2 years ago

493 and #494 in tandem addressed the issue now.