Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Thomas 2020-02-08 20:09:20 +00:00
parent f8128a1d0b
commit 85dd679c8e

View File

@ -16,8 +16,3 @@ steps:
sshEndpoint: GoogleServer sshEndpoint: GoogleServer
commands: '/var/lib/app/pipeline/backend-deploy.sh' commands: '/var/lib/app/pipeline/backend-deploy.sh'
failOnStdErr: false failOnStdErr: false
- task: SSH@0
displayName: 'Run shell commands on remote machine'
inputs:
sshEndpoint: GoogleServer
commands: '/var/lib/app/pipeline/frontend-deploy.sh'