telia-actions/Deploy artifacts to IIS using WebDeploy
Upload artifacts from some local directory in self-hosted runner to given repository in JFrog. Uses Powershell.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| jfrog-repo-url | Url of JFrog repository to upload to | yes | — |
| jfrog-username | Deprecated. JFrog username to use for uploading artifact. Should have WRITE permissions. Should be omitted if JFrog OIDC with GitHub is set. | no | — |
| jfrog-password | Deprecated. JFrog user password. Should be omitted if JFrog OIDC with GitHub is set. | no | — |
| local-storage-path | Path of local (usually self-hosted) runner's directory where artifacts are stored. | yes | — |
| days-limit-for-uploaded-artifacts | Limit of days to keep files in the given local storage path. Older uploaded repositories will be deleted | yes | 7 |
Outputs
no outputs