plotly/Dash Enterprise Deploy
Dash Enterprise Deploy
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| DE_PASSWORD | Dash Enterprise password | yes | — |
| DE_HOST | Dash Enterprise host | yes | — |
| DE_USERNAME | Dash Enterprise username | yes | — |
| GH_ACCESS_TOKEN | Github Personal Access token with permissions set to "repo". | yes | — |
| app_name | Name of the app to deploy. If not provided, the repository name will be used. | no | — |
| app_directory | Directory of the app to deploy. If not provided, the root directory will be used. | no | ${{ github.workspace }} |
| group_viewers | User groups to add as viewers to the app. If not provided, no groups will be added. | no | — |
| group_co_owners | User groups to add as co-owners to the app. If not provided, no groups will be added. | no | — |
| create_redis | True to create a Redis instance for the app. | no | — |
| create_postgres | True to create a Postgres instance for the app. | no | — |
| create_persistent_filesystem | True to create a persistent filesystem for the app. | no | — |
| de_client_version | Version of the Dash Enterprise client to install. If not provided, the latest version will be installed. | no | "" |
| deploy_message | Comment to use for the deploy commit. If not provided, the default commit message will be used. | no | — |
Outputs
no outputs