deco-cx/Deploy a Deco Site
Deploy any deco site to deco infrastructure
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 23, 2025
- License
- Apache 2.0
Pinned Snippet
uses: deco-cx/deploy@f91b9e73731ef0100cde786e127957ee4b7633c6 # v0.3.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| entrypoint | The application entrypoint, defaults to main.ts | no | ./main.ts |
| site | The site name | no | ${{ github.event.repository.name }} |
| skip_build | If build should be skipped | no | false |
| build_cmd | The build cmd that should be used. | no | deno run -A dev.ts build |
| exclude | Folders/files to exclude for deploying | no | node_modules |
| deno_version | The version of Deno to install | no | v1.x |
| checkout | When true the repository clone will be done by the action. default: true | no | true |
Outputs
no outputs