actions-marketplace-validations/Azure PostgreSQL Action

Deploy to Azure PostgreSQL database using PL/SQL script files

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
server-nameServer name of Azure DB for PostgreSQL. Example: fabrikam.postgres.database.azure.comyes
connection-stringThe connection string, including authentication information, for the Azure PostgreSQL Server. Please provide psql connection string. Example: psql "host={host} port={port} dbname={your_database} user={user} password={your_password} sslmode=require"yes
plsql-filePath to PL/SQL script file to deploy. To specify multiple files, use the regex syntax : *.sql or folder/x/<regex>.sqlyes
argumentsAdditional options supported by postgresql simple SQL shell. These options will be applied when executing the given file on the Azure DB for Postgresql. In case of multiple files, the same args will be applied for all filesno

no outputs