######################################
#### CURRENT FILE: DEPLOY SCRIPT #####
######################################
# Test your app
## Run checks ----
## Check the package before sending to prod
# devtools::check()
# rhub::check_for_cran()
# Deploy
## Local, CRAN or Package Manager ----
## This will build a tar.gz that can be installed locally,
## sent to CRAN, or to a package manager
# devtools::build()
## RStudio ----
## If you want to deploy on RStudio related platforms
# golem::add_rstudioconnect_file()
golem::add_shinyappsio_file()
# golem::add_shinyserver_file()
## Docker ----
## If you want to deploy via a generic Dockerfile
# golem::add_dockerfile()
## If you want to deploy to ShinyProxy
# golem::add_dockerfile_shinyproxy()
## If you want to deploy to Heroku
# golem::add_dockerfile_heroku()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.