Skip to content

Commit

Permalink
Merge pull request #28 from SanjayShetty01/SanjayShetty01-patch-2
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 cbdb9fb + d357d47 commit 141ea0d
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 @@ -45,6 +45,7 @@ jobs:
run: rhino::test_r()

- name: Push to shinyapps.io
if: github.event_name == 'push'
run: |
rsconnect::setAccountInfo(name="${{secrets.SHINY_ACC_NAME}}", token="${{secrets.TOKEN}}", secret="${{secrets.SECRET}}")
rsconnect::deployApp(appName = 'WSBEvolutionCalc')
Expand Down

0 comments on commit 141ea0d

Please sign in to comment.