DOI-ONRR / onrr.gov-site

We will use this repo to manage our work on the onrr.gov website
12 stars 3 forks source link

Automate Directus extension builds #3079

Closed greensomes closed 1 month ago

greensomes commented 2 months ago

The builds should be incorporated into the CircleCI build process. Currently, the build process is done locally, the list is committed to the repository, and then processed via CircleCi. We don't want build/dist files in our source code repository. Update the CircleCI config and add scripts required to build each Directus extension.

greensomes commented 2 months ago

Expression restrictions in CircleCI can be used to allow contexts based on Git branch.

greensomes commented 1 month ago

Done and ready for testing.