Quick setup for Azure Devops using Bash scripts to interact with Umbraco CI/CD Flow endpoints.
- Place the
cloud.zipignore
from the root of this repository, in the root of your repository. - Copy the yaml-scripts from this folder into your
devops
folder. - 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
andcloud-deployment.yml
- Feel free to place scripts somewhere else, but you need to update the paths in the
- Make a copy of the
.gitignore
from the Cloud Project Repository (not from this sample repository) a. Call the copycloud.gitignore
b. place both files in the root of your repository