diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5c028a3..b840994 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,8 +16,3 @@ steps: sshEndpoint: GoogleServer commands: '/var/lib/app/pipeline/backend-deploy.sh' failOnStdErr: false -- task: SSH@0 - displayName: 'Run shell commands on remote machine' - inputs: - sshEndpoint: GoogleServer - commands: '/var/lib/app/pipeline/frontend-deploy.sh'