Skip to content

Commit

Permalink
fix: force deployment overtop existing application, addresses CI/CD b…
Browse files Browse the repository at this point in the history
…uild
  • Loading branch information
carlsonp committed Feb 9, 2024
1 parent e570d0e commit b8ea9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Push to shinyapps.io
run: |
Rscript -e "rsconnect::setAccountInfo(name=${{secrets.SHINYAPPS_NAME}}, token=${{secrets.SHINYAPPS_TOKEN}}, secret=${{secrets.SHINYAPPS_SECRET}})"
Rscript -e "rsconnect::deployApp()"
Rscript -e "rsconnect::deployApp(forceUpdate=TRUE)"

0 comments on commit b8ea9f0

Please sign in to comment.