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'