internetofwater / ref_dams

Reference Dams
Creative Commons Zero v1.0 Universal
1 stars 1 forks source link

Automatically Deploy Updates to Reference Features #20

Open webb-ben opened 3 months ago

webb-ben commented 3 months ago

I would like for changes made to this repository to automatically trigger a build of the reference feature server.

For this to happen, would need to ensure an updated geo package is added to Hydroshare, then a GitHub Action could sed the new date in the appropriate section of the pygeoapi configuration for reference features.

dblodgett-usgs commented 3 months ago

I would love that, but unfortunately, the build takes a pretty heavy amount of compute. I need to manually generate the artifacts and add them to a release. Maybe we could establish some middle ground that triggered something automatically on release?

webb-ben commented 3 months ago

Trigger on release is a good idea. I will start thinking on the GitHub Action.