diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a0f852d..9c161da 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,11 +9,3 @@ trigger: pool: vmImage: 'ubuntu-latest' -steps: -- task: CopyFilesOverSSH@0 - displayName: 'Securely copy files to the remote machine' - inputs: - sshEndpoint: GoogleServer - sourceFolder: '$(System.DefaultWorkingDirectory)/_frontend/FrontEnd' - targetFolder: / - failOnEmptySource: true