Update azure-pipelines.yml for Azure Pipelines

master
Thomas 4 years ago
parent fe7094415f
commit 3afd38c23a

@ -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

Loading…
Cancel
Save