Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 547 Bytes

Create-Pipeline.md

File metadata and controls

13 lines (9 loc) · 547 Bytes

Create Deployment Pipeline

  1. Go to Pipelines, and then select New pipeline or Create pipeline if creating your first pipeline.
  2. Choose Azure DevOps on "Where is your code?" page.
  3. Choose your repo created in Create Repository step.
  4. Choose Existing Azure Pipelines YAML file. Select .pipelines/deploy-infra.yml
  5. Input the pipeline name and choose a folder. Choose Save in the options dropdown of Save and run

Next step

Setup is Done!

Go back to home page