https://github.com/paeselhz/shiny_gcr_tf
Repository containing basic R Shiny App, github action to build image and terraform to deploy to GCP Cloud Run
https://github.com/paeselhz/shiny_gcr_tf
Last synced: 5 months ago
JSON representation
Repository containing basic R Shiny App, github action to build image and terraform to deploy to GCP Cloud Run
- Host: GitHub
- URL: https://github.com/paeselhz/shiny_gcr_tf
- Owner: paeselhz
- Created: 2021-02-09T21:24:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-10T00:17:26.000Z (about 4 years ago)
- Last Synced: 2024-08-03T22:18:40.534Z (8 months ago)
- Language: CSS
- Size: 7.81 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - paeselhz/shiny_gcr_tf - Repository containing basic R Shiny App, github action to build image and terraform to deploy to GCP Cloud Run (CSS)
README
# Shiny + Google Cloud Run + Terraform
---
The main objective of this repository is to serve as a cookiecutter to
other projects that will use the following:
- Automation of image build and push to a Private Container Registry,
GCR in this project;
- Containerization of an R Shiny Web Application and further customization
of the shiny server configuration files to disable a few websockets not
supported by Google Cloud Run;
- Deployment of a Google Cloud Run service through Infrastructure as Code
techniques such as terraform;
---This is still a work in project.