Flyway Deploy Script Filename Setting
Published 15 January 2025
Description
The path to the script that will be deployed. This will be resolved relative to the working directory.
Type
String
Default
This will default to the value of prepare.scriptFilename.
Usage
Flyway Desktop
This can't be added to a configuration file via Flyway Desktop.
Command-line
./flyway deploy -scriptFilename="output.sql"
TOML Configuration File
[flyway.deploy]
scriptFilename = "output.sql"
This documentation contains proprietary information and is protected by copyright law.
Copyright © 2026 Red Gate Software Limited. All rights reserved