From c10f7fec8ada88e317d845b1ed52b168c236b378 Mon Sep 17 00:00:00 2001 From: Carson Date: Mon, 31 Jul 2023 18:12:56 -0500 Subject: [PATCH] Attempt to deploy all apps to connect --- .github/workflows/apps-deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/apps-deploy.yml b/.github/workflows/apps-deploy.yml index 3834505bbe..0f93695c57 100644 --- a/.github/workflows/apps-deploy.yml +++ b/.github/workflows/apps-deploy.yml @@ -38,7 +38,6 @@ jobs: retry: 3 # extra_app_text: ", apps = list('000-all', '000-manual', 1, 2)" - ## Deployment server has been disabled - os: "${{ needs.config.outputs.ubuntu }}" r: "${{ needs.config.outputs.oldrel1 }}" type: "connect" @@ -48,7 +47,7 @@ jobs: rspm: "https://demo.rstudiopm.com/all/__linux__/focal/latest" cores: 1 retry: 3 - extra_app_text: ", apps = list('000-all', '000-manual', 1, 2)" + # extra_app_text: ", apps = list('000-all', '000-manual', 1, 2)" env: R_REMOTES_NO_ERRORS_FROM_WARNINGS: true