Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaavalon authored Nov 30, 2023
1 parent e3f836c commit a0c3f73
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Flyway Action
# Flyway Action [Deprecated]

You can run the Docker image directly without using this action.

```yaml
- uses: docker://flyway/flyway:9
env:
FLYWAY_URL: jdbc:postgresql://postgres:5432/db
FLYWAY_USER: user
FLYWAY_PASSWORD: password
FLYWAY_LOCATIONS: filesystem:./sql
FLYWAY_VALIDATE_MIGRATION_NAMING: true
```
This action runs [Flyway v9][flyway] to migrate database. It aims to migrate database for testing in workflows.
Expand Down

0 comments on commit a0c3f73

Please sign in to comment.