Skip to content

red-gate/FlywayGithubAction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flyway GitHub Action

Warning

This Action has been deprecated and will no longer recieve updates. Please migrate to the setup-flyway action or use the Flyway Docker image directly. For detailed instructions on how to migrate, please refer to the migration guide.

Use this action to run a Flyway migrate command.

Example usage

steps:
  - uses: red-gate/FlywayGitHubAction@main
    with:
      url: jdbc:postgresql://postgres:5432/db
      user: user
      password: password
      locations: filesystem:./sql
      extraArgs: -outOfOrder=true

extraArgs

The Flyway Github Action provides direct support for the most common parameters. The extraArgs input is provided so that parameters that aren't directly supported by the GitHub Action can be used.

Items supplied to extraArgs need to be specified as if they're being passed on the commandline. E.g:

extraArgs: -outOfOrder=true -stream=true

Disclaimer

This GitHub Action is provided on an as is basis and no warranties or representations of any sort are made. Please note that you are solely responsible for any data which you input into the Action. We recommend that no personal or confidential information is included.

About

Github action for interacting with the Flyway CLI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5