1k-off/ABCD Lite
Deploy IIS sites with ABCD Lite.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 3, 2025
- License
- None
Pinned Snippet
uses: 1k-off/action-abcd-lite@cf120521bb609a1113361f3f7bf969af636351a9 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| abcdlite_url | ABCD Lite URL. Example: https://abcd-lite.acme.com | yes | — |
| package_username | Username for authenticating to the package registry. | no | — |
| package_password | Password for authenticating to the package registry. | no | — |
| package_ref | Package reference to deploy. Example: docker.io/acme/my-app:v1.0.0 | yes | — |
| config_path | Config file path from repo root. Example: .abcd-lite.yml | no | .abcd-lite.yml |
| project_id | Project identifier for deployment (overrides config file if set). | no | — |
| deployment_token | Deployment token for authentication (overrides config file if set). | no | — |
| site_name | IIS site name to deploy to (overrides config file if set). | no | — |
| stop_app_pool_before_deploy | Stop the app pool before deployment (overrides config file if set). | no | true |
| start_app_pool_after_deploy | Start the app pool after deployment (overrides config file if set). | no | true |
| clean_deployment | Clean the deployment directory before deploying (overrides config file if set). | no | true |
| exclude | List of files or directories to exclude from deployment, one per line (overrides config file if set). | no | — |
Outputs
no outputs