10ure-devs/Sqitch Deployment
Deploy schema in GHA wth sqitch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 15, 2025
- License
- None
Pinned Snippet
uses: 10ure-devs/sqitchaction@258e462db7cb6912228520b181e8c0c0952e1efb # v4.3.2.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | Directory of schema | yes | — |
| host | Database host | yes | — |
| port | Database Port | yes | 5432 |
| additional_sqitch_args | Additional sqitch arguments | no | — |
| password | Database Password | yes | — |
| user | Database User | yes | — |
| skip-snapshooter | Skip snapshooter setup | yes | true |
| application-user | Application Database User | yes | — |
| database | Database Name | yes | — |
| ssl-mode | Database Name | yes | required |
Outputs
| name | description |
|---|---|
| time | The time you deployed the schema |