diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b6ba7d9..1bbdbd9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -37,14 +37,6 @@ steps: replaceExistingArchive: 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 inputs: # targetPath: '$(Pipeline.Workspace)'