actions-marketplace-validations/GitHub Actions WebDeploy

Deploy to IIS using GitHub Actions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Oct 20, 2022
License
None
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/cschleiden_webdeploy-action@a87a374fac2becb3d081a94ca9d48161f701d608 # no releases — HEAD as of 2026-07-12

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

namedescriptionrequireddefault
webSiteNameName of an existing website on the IIS machineyes
packageFile 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.

no outputs