1k-off/ABCD Lite

Deploy IIS sites with ABCD Lite.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jul 3, 2025
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: 1k-off/action-abcd-lite@cf120521bb609a1113361f3f7bf969af636351a9 # v1.0.0

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

namedescriptionrequireddefault
abcdlite_urlABCD Lite URL. Example: https://abcd-lite.acme.comyes
package_usernameUsername for authenticating to the package registry.no
package_passwordPassword for authenticating to the package registry.no
package_refPackage reference to deploy. Example: docker.io/acme/my-app:v1.0.0yes
config_pathConfig file path from repo root. Example: .abcd-lite.ymlno.abcd-lite.yml
project_idProject identifier for deployment (overrides config file if set).no
deployment_tokenDeployment token for authentication (overrides config file if set).no
site_nameIIS site name to deploy to (overrides config file if set).no
stop_app_pool_before_deployStop the app pool before deployment (overrides config file if set).notrue
start_app_pool_after_deployStart the app pool after deployment (overrides config file if set).notrue
clean_deploymentClean the deployment directory before deploying (overrides config file if set).notrue
excludeList of files or directories to exclude from deployment, one per line (overrides config file if set).no

no outputs