From 38445f3e702d55f28afc33e92b2912c81cfa56d3 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 8 Feb 2020 20:09:50 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a9f6676..1aa730f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -52,3 +52,9 @@ steps: sourceFolder: '$(Build.ArtifactStagingDirectory)' targetFolder: /var/lib/app/pipeline/ failOnEmptySource: true + +- task: SSH@0 + displayName: 'Run shell commands on remote machine' + inputs: + sshEndpoint: GoogleServer + commands: '/var/lib/app/pipeline/frontend-deploy.sh'