Skip to content

Commit

Permalink
Merge pull request #29 from SanjayShetty01/SanjayShetty01-patch-1
Browse files Browse the repository at this point in the history
Update deploy_shiny.yml
  • Loading branch information
SanjayShetty01 authored Oct 25, 2024
2 parents 141ea0d + bebfe03 commit 97b6b54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_shiny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Push to shinyapps.io
if: github.event_name == 'push'
run: |
install.packages("rsconnect"), repos="http://cran.us.r-project.org")
rsconnect::setAccountInfo(name="${{secrets.SHINY_ACC_NAME}}", token="${{secrets.TOKEN}}", secret="${{secrets.SECRET}}")
rsconnect::deployApp(appName = 'WSBEvolutionCalc')
shell: Rscript {0}

0 comments on commit 97b6b54

Please sign in to comment.