Skip to content

snsinahub-org/iis-webdeploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

iis-webdeploy

This GitHub Action helps deploy an entire application to a local or remote IIS server. Additionally, it supports adding or removing files from the IIS server, which is particularly useful for taking a website offline or bringing it back online.

  - name: publish to server
    uses: snsinahub-org/[email protected]
    with:
      source: <source-file>
      destination: <destination-folder>
      remote_url: <remote-iis-server>
      username: <remote-server-username>
      password: <remote-server-password>
      type: <type-of-deployment>
      msdeploy_path: path to msdeploy.exe on runner server, default is 'C:\Program Files (x86)\IIS\Microsoft Web Deploy V3\msdeploy.exe'

Supported types of deployments

  • add_appoffline: upload a file to the remote server
  • del_appoffline: delete a file from server
  • add_single_file: deploy a single file to target
  • del_single_file: delete a single file from target
  • full: deploy the entire application (.zip format) to the server

External link

For more information, visit the Microsoft documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published