Skip to content

Commit c3b3bb0

Browse files
committed
usage of ./deploy
1 parent cfca190 commit c3b3bb0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

deploy

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
#!/usr/bin/env Rscript
22

3+
# Usage: ./deploy [app]; if app is missing, all apps under this directory will
4+
# be deployed; otherwise deploy the app(s) specified. Note the shiny-dev-center
5+
# repository must be under the same directory of this shiny-examples repository.
6+
# Please ask [email protected] if you want the credentials for the account
7+
# `demo` on ShinyApps.io.
8+
39
if (FALSE) {
410
devtools::install_github('rstudio/shiny')
511
devtools::install_github('rstudio/shinyapps')

0 commit comments

Comments
 (0)