govau / australia-gov-au-directory-generator

Transform the directory.gov.au export into australia.gov.au content pages.
MIT License
0 stars 0 forks source link

Setup config to run as a scheduled job #8

Open gordjw opened 5 years ago

gordjw commented 5 years ago

User story As a maintainer of the system, I'd like this to generate automatically on a schedule, so that I don't need to remember to run it manually.

Acceptance criteria The generator can be run in a cloud.gov.au container, and by CircleCI as a cf-task.

gordjw commented 5 years ago

We'll need a way to run an XSL processor in CloudFoundry. There is a java buildpack for CF, but the generator uses node/gulp as a task manager. Maybe there's something pre-compiled that we could use?