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
- Host: GitHub
- URL: https://github.com/sol-eng/shiny-app-demo-cicd-github-actions
- Owner: sol-eng
- Created: 2022-07-08T15:00:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T14:45:22.000Z (about 2 years ago)
- Last Synced: 2024-06-11T16:12:47.459Z (about 2 years ago)
- Language: R
- Size: 228 KB
- Stars: 1
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)