Permalink
Browse files

add a makefile to automate tasks

  • Loading branch information...
1 parent 7084953 commit f6761642bb4eef5d2ef8a558f058fdb3dca85804 @ramnathv committed Apr 10, 2013
Showing with 11 additions and 0 deletions.
  1. +11 −0 makefile
View
@@ -0,0 +1,11 @@
+push:
+ git push git@github.com:ramnathv/rCharts master:master
+
+docs:
+ cd inst/docs && \
+ git add . && \
+ git commit -am "update documentations" && \
+ git push git@github.com:ramnathv/rCharts master:gh-pages && \
+
+shinyApp:
+ rsync -avz --delete inst/rChartApp ramnathv@glimmer.rstudio.com:~/ShinyApps/

0 comments on commit f676164

Please sign in to comment.