Skip to content

Commit

Permalink
tmp comment shinyapps deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Aug 1, 2023
1 parent eefaa54 commit 85569c2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/apps-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 85569c2

Please sign in to comment.