bird-house / birdhouse-deploy

Scripts and configurations to deploy the various birds and servers required for a full-fledged production platform
https://birdhouse-deploy.readthedocs.io/en/latest/
Apache License 2.0
4 stars 6 forks source link

Improve deploy-data flexibility to deploy files from other checkout in same config file #462

Closed tlvu closed 4 months ago

tlvu commented 4 months ago

Overview

This is a non breaking change.

Given the config file can specify multiple checkouts, this flexibility to have SRC_DIR be an absolute path will allow one checkout to take files from other checkouts, using absolute path to the other checkouts. SRC_DIR can still be a relative path of the current checkout, as before, to preserve backward-compatibility.

Possible use-case: re-organize the layout of various files from the various checkouts in an intermediate location before rsyncing this intermediate location to the final destination.

CI Operations

birdhouse_daccs_configs_branch: master birdhouse_skip_ci: false

tlvu commented 4 months ago

Improved the changelog, let me know if it's clearer.