flyway-sbt
flyway-sbt copied to clipboard
How to use environment variables on sbt flyway plugin?
trafficstars
Environment Variables
The Flyway command-line tool, Maven plugin and Gradle plugin support loading configuration via environment variables. This also possible using the Flyway API by calling the envVars() method on the configuration.
Does not seem complicated. Pull requests welcome.