Skip to content

Commit

Permalink
add a makefile to automate tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
ramnathv committed Apr 10, 2013
1 parent 7084953 commit f676164
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
@@ -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.