Hello,
I am build a CICD pipeline, I am wondering if the custom database script for lazy migration could supply variables referenced from config files?
Basically, the support for multi-environment.
Example: dev config would reference a dev API endpoint on the script, whereas staging and prod would also have a different endpoints as well.
I can’t seem to find a topic related to this matter.
Help is appreciated. Thank you