Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
d11df9e9f0
commit
629d105262
@ -37,14 +37,6 @@ steps:
|
|||||||
replaceExistingArchive: true
|
replaceExistingArchive: true
|
||||||
verbose: true
|
verbose: true
|
||||||
|
|
||||||
- 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
|
- task: PublishPipelineArtifact@1
|
||||||
inputs:
|
inputs:
|
||||||
# targetPath: '$(Pipeline.Workspace)'
|
# targetPath: '$(Pipeline.Workspace)'
|
||||||
|
Loading…
Reference in New Issue
Block a user