wallymathieu/IIS Versioned Deploy
Allows to deploy a website on IIS with less downtime by using rotational folders. Supports Site and/or Site/VirtualApp
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| site-name | IIS site name | yes | — |
| app-name | IIS site application name (eg: Virtual application name) | no | "" |
| source-path | The path to the source directory that will be deployed | yes | — |
| destination-path | The parent path where versioned release folders are created. Defaults to the parent folder of the current site directory. | no | "" |
| release-prefix | Prefix used for the versioned release folders (e.g. 'r_' produces r_1, r_2, ...) | no | r_ |
| number-to-keep | Number of previous deployments to keep | no | 4 |
Outputs
no outputs