Update azure-pipelines.yml for Azure Pipelines

Brokenbuttons
Thomas 4 years ago
parent a7a4fe441e
commit dbc9713710

@ -49,6 +49,6 @@ steps:
displayName: 'Securely copy files to the remote machine' displayName: 'Securely copy files to the remote machine'
inputs: inputs:
sshEndpoint: GoogleServer sshEndpoint: GoogleServer
sourceFolder: '$(Build.ArtifactStagingDirectory)/target-www.tar.gz' sourceFolder: '$(Build.ArtifactStagingDirectory)'
targetFolder: / targetFolder: /
failOnEmptySource: true failOnEmptySource: true

Loading…
Cancel
Save