We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 595b8bd + f8b635f commit f8c1331Copy full SHA for f8c1331
.github/workflows/shinyapps_deploy.yml
@@ -63,6 +63,7 @@ jobs:
63
# - run: poetry install
64
# - run: poetry run pytest
65
#
66
+
67
- name: Set Configurations for Schematic
68
# write out configuration files using github secrets
69
if: ${{env.DCA_SCHEMATIC_API_TYPE == 'reticulate' }}
@@ -156,6 +157,7 @@ jobs:
156
157
158
# Get app names. If app exists, configure then deploy. Otherwise
159
# deploy then configure.
160
161
apps <- rsconnect::applications()$name
162
if (appName %in% apps) {
163
rsconnect::configureApp(appName = appName, size = "xxxlarge", logLevel = "verbose")
0 commit comments