Skip to content

Commit

Permalink
Merge pull request #43 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 27, 2024
2 parents 055856a + da3b006 commit e62a281
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', forceUpdate = TRUE)
rsconnect::deployApp(appName = 'ZooShopInsights', forceUpdate = TRUE)
shell: Rscript {0}

0 comments on commit e62a281

Please sign in to comment.