PSCI
PSCI copied to clipboard
[feature] Incremental deployments
Currently every configuration is deployed when deployment runs. If we're able to calculate a hash for each module in the package and store it in a file, we could use the file to deploy the module only if it changes.
We would also need to include hash from configuration files.
Or just use version if build is properly modularized.