easydesk/Publish to Azure App Service

Logins to Azure and publishes a web app from a directory. Then, it runs migrations scripts to update the database.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
azure-credentialsCredentials to login to Azure.yes
app-nameThe App Service name.yes
publish-dirThe directory containing the artifacts to publish (defaults to the current directory).no.
slot-nameThe deployment slot to use (defaults to 'production').noproduction
migrations-scriptThe path to the .sql file to apply migrations to the database.yes
db-server-nameThe name of the database server.yes
db-connection-stringThe connection string to the database.yes

no outputs