Skip to content

GitHub Actions WebDeploy

Actions
Deploy to IIS using GitHub Actions
v1.1.0
Latest
Star (12)

Deploy a package to IIS via Web Deploy

This action allows you to deploy a web deploy package or a folder to an IIS website with web deploy.

Example:

With a self-hosted runner running on the Windows server:

    steps:
    - uses: cschleiden/webdeploy-action@v1
      with:
        webSiteName: 'My IIS Site'
        package: ${{ format('{0}\dist', runner.workspace) }}

Acknowledgments

This is a partial port of an Azure Pipelines task, not all options were ported, and the code wasn't cleaned up a lot.

GitHub Actions WebDeploy is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Deploy to IIS using GitHub Actions
v1.1.0
Latest

GitHub Actions WebDeploy is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.