Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 1015 Bytes

File metadata and controls

14 lines (12 loc) · 1015 Bytes

Azure DevOps and Bash scripts

Quick setup for Azure Devops using Bash scripts to interact with Umbraco CI/CD Flow V2 endpoints.

  1. Place the cloud.zipignore from the root of this repository, in the root of your repository.
  2. Copy the yaml-scripts from this folder into your devops folder.
  3. Bash scripts should be placed in devops/scripts.
    • Feel free to place scripts somewhere else, but you need to update the paths in the cloud-sync.yml, cloud.artifact.yml and cloud-deployment.yml
  4. Make a copy of the .gitignore from the Cloud Project Repository (not from this sample repository)
    1. Call the copy cloud.gitignore
    2. place both files in the root of your repository

Want to be able to target more environments?

The advanced-folder contains a modified version of azure-release-pipeline.yaml. This one, called azure-release-pipeline-more-targets.yaml, is able to target different environments based on the branch that triggered the pipeline.