actions-marketplace-validations/IIS Deploy
Allows to deploy a website on IIS
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Aug 7, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/christophelav_iis-deploy@167a74dfe68edfe53eba90cec99ccff3d8d7ef31 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| website-name | IIS website name | yes | — |
| msdeploy-service-url | MS Deploy Service URL | yes | — |
| msdeploy-username | Username used by Basic authentication to the MS Deploy Service | yes | — |
| msdeploy-password | Password used by Basic authentication to the MS Deploy Service | yes | — |
| source-path | The path to the source directory that will be deployed | yes | — |
| skip-extra-files | Indicates if the existing directories/files are kept during deployment | no | false |
Outputs
no outputs