Open waldoj opened 5 years ago
To ensure that the legislators menu is kept up to date, regenerate it on each deployment.
Steps
{{legislators}}
appspec.yml
I'm nervous that, when this inevitably fails, there will be no legislators menu. That's something to think about.
One solution to deal with failure is to output a static file each time, and then inject that into the template. That way, when this fails, it can fall back to using the prior run's static file.
To ensure that the legislators menu is kept up to date, regenerate it on each deployment.
Steps
{{legislators}}
)appspec.yml
)I'm nervous that, when this inevitably fails, there will be no legislators menu. That's something to think about.