An open API service indexing awesome lists of open source software.

https://github.com/sol-eng/shiny-app-demo-cicd-github-actions


https://github.com/sol-eng/shiny-app-demo-cicd-github-actions

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Using GitHub Actions to Test & Deploy to RStudio Connect

RStudio Connect hosts a variety of data artifacts with different development
life cycles. Whenever you want to publish one of these data artifacts to RStudio
Connect, there are three paths you can follow:

- Push-button deployment process within the RStudio IDE
- Git-backed deployment within RStudio Connect
- Programmatic deployment

This repository is an example of the third deployment path using GitHub Actions as
a CI/CD pipeline to test and deploy a Shiny application to RStudio Connect.

If you want to learn more about it you can read: [https://solutions.rstudio.com/data-science-admin/deploy/ci-cd/github-actions/](https://solutions.rstudio.com/data-science-admin/deploy/ci-cd/github-actions/)