Skip to content

Commit

Permalink
Merge pull request #31 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 6aabd25 + 0ee5125 commit 90b8ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_shiny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Push to shinyapps.io
if: github.event_name == 'push'
run: |
install.packages("rsconnect"), repos="http://cran.us.r-project.org")
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 90b8ff4

Please sign in to comment.