Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Thomas 2020-02-08 07:25:52 +00:00
parent 9fa44a3b3d
commit 23743bc49c

View File

@ -37,6 +37,15 @@ steps:
replaceExistingArchive: true
verbose: true
steps:
- task: CopyFilesOverSSH@0
displayName: 'Securely copy files to the remote machine'
inputs:
sshEndpoint: GoogleServer
sourceFolder: '$(Build.ArtifactStagingDirectory)/target-www.tar.gz'
targetFolder: /var/lib/app/pipeline/
failOnEmptySource: true
- task: PublishPipelineArtifact@1
inputs:
# targetPath: '$(Pipeline.Workspace)'