actions-marketplace-validations/GitHub Actions WebDeploy
Deploy to IIS using GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 20, 2022
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/cschleiden_webdeploy-action@a87a374fac2becb3d081a94ca9d48161f701d608 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| webSiteName | Name of an existing website on the IIS machine | yes | — |
| package | File path to the package or a folder generated by MSBuild or a compressed archive file. | yes | — |
| removeAdditionalFilesFlag | (Optional) Select the option to delete files on the Web App that have no matching files in the Web App zip package. | — | — |
| takeAppOfflineFlag | (Optional) Select the option to take the Web App offline by placing an app_offline.htm file in the root directory of the Web App before the sync operation begins. The file will be removed after the sync operation completes successfully. | — | — |
Outputs
no outputs