diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cf3190b..fe5c48b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -43,4 +43,12 @@ steps: # targetPath: '$(Pipeline.Workspace)' targetPath: '$(Build.ArtifactStagingDirectory)/target-www.tar.gz' artifact: 'FrontEnd' - publishLocation: 'pipeline' \ No newline at end of file + publishLocation: 'pipeline' + +- task: CopyFilesOverSSH@0 + displayName: 'Securely copy files to the remote machine' + inputs: + sshEndpoint: GoogleServer + sourceFolder: '$(Build.ArtifactStagingDirectory)/target-www.tar.gz' + targetFolder: / + failOnEmptySource: true