Skip to content

Commit 5928fd0

Browse files
authoredDec 17, 2024
Merge pull request #7 from NHS-Transformation-Unit/aw_dev
Fix app name in yaml
2 parents 5190fc0 + f485849 commit 5928fd0

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 = "YOUR_APP_NAME")'
35+
R -e 'rsconnect::deployApp(appDir = ".", appName = "markov_example")'

0 commit comments

Comments
 (0)