Skip to content

Commit

Permalink
Shiny app install for shinyapps.io deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
sounkou-bioinfo authored Oct 17, 2024
1 parent 24b994c commit 009c92f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ A running shiny server where `{ambiorix}` and `{htmltools}` are installed.

```{r}
renv::restore()
renv::install(shiny)
rsconnect::setAccountInfo(name = Sys.getenv("RS_CONNECT_NAME"),
token = Sys.getenv("RS_CONNECT_TOKEN"),
secret = Sys.getenv("RS_CONNECT_SECRET")
Expand All @@ -20,4 +21,4 @@ rsconnect::deployApp(forceUpdate = TRUE)

## github actions

There is a github action to deploy this on shinyapps.io
There is a github action to deploy this on shinyapps.io

0 comments on commit 009c92f

Please sign in to comment.