Skip to content

Commit

Permalink
usage of ./deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Jul 23, 2014
1 parent cfca190 commit c3b3bb0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deploy
@@ -1,5 +1,11 @@
#!/usr/bin/env Rscript

# Usage: ./deploy [app]; if app is missing, all apps under this directory will
# be deployed; otherwise deploy the app(s) specified. Note the shiny-dev-center
# repository must be under the same directory of this shiny-examples repository.
# Please ask yihui@rstudio.com if you want the credentials for the account
# `demo` on ShinyApps.io.

if (FALSE) {
devtools::install_github('rstudio/shiny')
devtools::install_github('rstudio/shinyapps')
Expand Down

0 comments on commit c3b3bb0

Please sign in to comment.