Update azure-pipelines.yml for Azure Pipelines

Added the logic for the backend
This commit is contained in:
Thomas 2020-02-08 20:07:46 +00:00
parent 3afd38c23a
commit f8128a1d0b

View File

@ -9,3 +9,15 @@ trigger:
pool:
vmImage: 'ubuntu-latest'
steps:
- task: SSH@0
displayName: 'Run shell commands on remote machine'
inputs:
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'