Skip to content

Commit

Permalink
move deployment files
Browse files Browse the repository at this point in the history
  • Loading branch information
KKulma committed Mar 22, 2021
1 parent ee43f15 commit 5fc17df
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
TOKEN: ${{secrets.TOKEN}}
SECRET: ${{secrets.SECRET}}
run: |
bash Rscript deploy.R
bash ./deploy/deploy.sh
2 changes: 2 additions & 0 deletions deploy/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM rocker/shiny:4.0.4
RUN install2.r rsconnect shiny shinyWidgets dygraphs ggplot2 plotly xts dplyr bslib here stringr lubridate viridis
File renamed without changes.
3 changes: 3 additions & 0 deletions deploy/deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

Rscript -e "source('./deploy/deploy.R')"

0 comments on commit 5fc17df

Please sign in to comment.