deco-cx/Deploy a Deco Site

Deploy any deco site to deco infrastructure

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jan 23, 2025
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: deco-cx/deploy@f91b9e73731ef0100cde786e127957ee4b7633c6 # v0.3.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
entrypointThe application entrypoint, defaults to main.tsno./main.ts
siteThe site nameno${{ github.event.repository.name }}
skip_buildIf build should be skippednofalse
build_cmdThe build cmd that should be used.nodeno run -A dev.ts build
excludeFolders/files to exclude for deployingnonode_modules
deno_versionThe version of Deno to installnov1.x
checkoutWhen true the repository clone will be done by the action. default: truenotrue

no outputs