meetlara/Staging Migrate Database to ECS on PR Comment

Works only for PR comments

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Apr 11, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: meetlara/stg-migrate-on-comment@46006eced4b207b085931a81d0d84060d9d93157 # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github_tokenGithub token to write comments on PR. Commonly secrets.GITHUB_TOKENyes
match_comment_to_deployString that will look for in the PRnomigrate db
ssh_keyssh keyyes
ssh_hostssh hostyes
ssh_userssh usernameyes
db_hostdatabase hostyes
db_userdatabase useryes
db_passworddatabase passwordyes
db_portdatabase portno5432
db_namedatabase nameyes
migrations_folder_pathPath from repository root to the database migrations foldernodb/migrations
flyway_config_pathPath from repository root folder to the flyway config filenodb/conf/flyway.conf
flyway_commandCommmand to run. Ej: migrate, repairnomigrate

no outputs