Skip to content

Commit a55672b

Browse files
committed
productive deployment
1 parent 48f182c commit a55672b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Deploy to shinyapps.io
7070
# Continuous deployment only for pushes to the main / master branch
71-
# if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
71+
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
7272
env:
7373
SHINYAPPS_ACCOUNT: ${{ secrets.SHINYAPPS_ACCOUNT }}
7474
SHINYAPPS_TOKEN: ${{ secrets.SHINYAPPS_TOKEN }}

deploy/deploy-shinyapps.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ app_files = c(
1818
# options(rsconnect.packrat = TRUE)
1919
rsconnect::deployApp(
2020
account = "gmaggio", # not necessary
21-
appName = "FaithfulPlotsTest", appFiles = app_files, forceUpdate = TRUE
21+
appName = "FaithfulPlots", appFiles = app_files, forceUpdate = TRUE
2222
)

0 commit comments

Comments
 (0)