Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
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…
Reference in New Issue
Block a user