mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
logging
This commit is contained in:
parent
a2c349eac7
commit
e7a3197d2e
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ after_build:
|
|||
|
||||
If(($env:APPVEYOR_REPO_BRANCH -in $deployBranches -Or $env:APPVEYOR_REPO_COMMIT_MESSAGE -Match '!deploy') -And $env:APPVEYOR_REPO_COMMIT_MESSAGE -NotMatch '!build')
|
||||
{
|
||||
Write-Output "Deploying!"
|
||||
Get-ChildItem .\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
|
||||
Get-ChildItem .\*.gz | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue