Skip to content

Commit

Permalink
Merge pull request #36 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 90b8ff4 + 1b7166b commit 420e274
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 @@ -49,5 +49,5 @@ jobs:
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')
rsconnect::deployApp(appName = 'WSBEvolutionCalc', forceUpdate = TRUE)
shell: Rscript {0}

0 comments on commit 420e274

Please sign in to comment.