Skip to content

Commit f8c1331

Browse files
authored
Merge branch 'main' into develop
2 parents 595b8bd + f8b635f commit f8c1331

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/shinyapps_deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
# - run: poetry install
6464
# - run: poetry run pytest
6565
#
66+
6667
- name: Set Configurations for Schematic
6768
# write out configuration files using github secrets
6869
if: ${{env.DCA_SCHEMATIC_API_TYPE == 'reticulate' }}
@@ -156,6 +157,7 @@ jobs:
156157
157158
# Get app names. If app exists, configure then deploy. Otherwise
158159
# deploy then configure.
160+
159161
apps <- rsconnect::applications()$name
160162
if (appName %in% apps) {
161163
rsconnect::configureApp(appName = appName, size = "xxxlarge", logLevel = "verbose")

0 commit comments

Comments
 (0)