mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Copy artifacts over to build server
This commit is contained in:
parent
346e1b0dc7
commit
ceacedd6fd
1 changed files with 8 additions and 0 deletions
|
@ -28,3 +28,11 @@ jobs:
|
|||
inputs:
|
||||
targetPath: '$(Build.SourcesDirectory)/deployment/dist'
|
||||
artifactName: 'jellyfin-web-$(BuildConfiguration)'
|
||||
|
||||
- task: CopyFilesOverSSH@0
|
||||
displayName: 'Upload artifacts to repository server'
|
||||
inputs:
|
||||
sshEndpoint: repository
|
||||
sourceFolder: '$(Build.SourcesDirectory)/deployment/dist'
|
||||
contents: '**'
|
||||
targetFolder: '/srv/repository/incoming/azure'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue