Skip to content

Instantly share code, notes, and snippets.

@pomle
Last active November 15, 2017 15:58
Show Gist options
  • Save pomle/8c6a0b69627c348863d918eaf9d1d905 to your computer and use it in GitHub Desktop.
Save pomle/8c6a0b69627c348863d918eaf9d1d905 to your computer and use it in GitHub Desktop.
mvn flyway:migrate \
    -Dflyway.url=$DATABASE_URL \
    -Dflyway.user=**DATABASE_USER** \
    -Dflyway.password=**DATABASE_PASSWORD**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment