We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5190fc0 + f485849 commit 5928fd0Copy full SHA for 5928fd0
.github/workflows/deploy-shiny.yml
@@ -32,4 +32,4 @@ jobs:
32
SHINYAPPS_SECRET: ${{ secrets.SHINYAPPS_SECRET }}
33
run: |
34
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")'
+ R -e 'rsconnect::deployApp(appDir = ".", appName = "markov_example")'
0 commit comments