denoland/Deploy to Deno Deploy
Deploy your applications to Deno Deploy, right from GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project | The name or ID of the project to deploy | yes | — |
| entrypoint | The path or URL to the entrypoint file | yes | — |
| import-map | The path or URL to an import map file | no | — |
| include | Only upload files that match this pattern (multiline and/or comma-separated) | no | — |
| exclude | Exclude files that match this pattern (multiline and/or comma-separated) | no | — |
| root | The path to the directory containing the code and assets to upload | no | — |
Outputs
| name | description |
|---|---|
| deployment-id | The ID of the created deployment |
| url | The URL where the deployment is reachable |