Update azure-pipelines.yml for Azure Pipelines

Brokenbuttons
Thomas 4 years ago
parent 448dc46cca
commit 38445f3e70

@ -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'

Loading…
Cancel
Save