From 85569c2dff8b776c82f17edb070e7781e400e299 Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Tue, 1 Aug 2023 15:22:26 -0400 Subject: [PATCH] tmp comment shinyapps deploy --- .github/workflows/apps-deploy.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/apps-deploy.yml b/.github/workflows/apps-deploy.yml index 48805d4165..7385c1b5a5 100644 --- a/.github/workflows/apps-deploy.yml +++ b/.github/workflows/apps-deploy.yml @@ -28,15 +28,15 @@ jobs: matrix: config: - - os: "${{ needs.config.outputs.ubuntu }}" - # Use `oldrel1` to avoid the bleeding edge when creating manifest files. Ex: `{MASS}` version can not be satisfied when bundling on R4.3 (2023-05-01) - r: "${{ needs.config.outputs.oldrel1 }}" - type: "shinyappsio" - account: "testing-apps" - server_name: "shinyapps.io" - cores: 5 - retry: 3 - # extra_app_text: ", apps = list('000-all', '000-manual', 1, 2)" + # - os: "${{ needs.config.outputs.ubuntu }}" + # # Use `oldrel1` to avoid the bleeding edge when creating manifest files. Ex: `{MASS}` version can not be satisfied when bundling on R4.3 (2023-05-01) + # r: "${{ needs.config.outputs.oldrel1 }}" + # type: "shinyappsio" + # account: "testing-apps" + # server_name: "shinyapps.io" + # cores: 5 + # retry: 3 + # # extra_app_text: ", apps = list('000-all', '000-manual', 1, 2)" ## Deployment server has been disabled - os: "${{ needs.config.outputs.ubuntu }}"