Skip to content

Commit

Permalink
added deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
raiyanalam authored Jul 24, 2019
1 parent b7d287d commit eef19db
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,15 @@ stages:
targetPath: '$(Build.SourcesDirectory)'
- stage: build2
jobs:
- job: Build2
displayName: Deploy job
steps:
- template: template-task.yml
- deployment: DeployJob
displayName: Deploy Job2
pool:
vmImage: Ubuntu-16.04
environment: staging
strategy:
runOnce:
deploy:
steps:
- script: echo Hello


0 comments on commit eef19db

Please sign in to comment.