Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

astro-panda/webdeploy-action

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Deploy a site to IIS via web deploy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.