Skip to content

Commit a3d6bbf

Browse files
authoredDec 17, 2024
Merge pull request #8 from NHS-Transformation-Unit/aw_dev
Set forceUpdate = TRUE for add deployment in yaml
2 parents 5928fd0 + ceea208 commit a3d6bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/deploy-shiny.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
SHINYAPPS_SECRET: ${{ secrets.SHINYAPPS_SECRET }}
3333
run: |
3434
R -e 'rsconnect::setAccountInfo(name="${{ secrets.SHINYAPPS_ACCOUNT }}", token="${{ secrets.SHINYAPPS_TOKEN }}", secret="${{ secrets.SHINYAPPS_SECRET }}")'
35-
R -e 'rsconnect::deployApp(appDir = ".", appName = "markov_example")'
35+
R -e 'rsconnect::deployApp(appDir = ".", appName = "markov_example", forceUpdate = TRUE)'

0 commit comments

Comments
 (0)
Failed to load comments.