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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| azure-credentials | Credentials to login to Azure. | yes | — |
| app-name | The App Service name. | yes | — |
| publish-dir | The directory containing the artifacts to publish (defaults to the current directory). | no | . |
| slot-name | The deployment slot to use (defaults to 'production'). | no | production |
| migrations-script | The path to the .sql file to apply migrations to the database. | yes | — |
| db-server-name | The name of the database server. | yes | — |
| db-connection-string | The connection string to the database. | yes | — |
Outputs
no outputs