From 85dd679c8e6a02cd349a139679cdff8c49533963 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 8 Feb 2020 20:09:20 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 5 ----- 1 file changed, 5 deletions(-) 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'