Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 591 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 591 Bytes

azuredevops-pipeline-deployment

A template for constructing Azure DevOps content deployment pipelines to RStudio Connect

To use this template, add a content directory content-dir to hold your content code and manifest file:

.
├── README.md
├── azure-pipelines.yml
├── content-dir
│   ├── app.R
│   └── manifest.json
├── cookie.txt
├── create-upload-deploy.sh
└── optional-steps
    ├── runas-user.sh
    ├── set-vanity-url.sh
    └── update-acl.sh

!! Reminder: Don't forget to add a pipeline status badge