-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Major refresh of CI-CD workflow and deployment setup #5
Major refresh of CI-CD workflow and deployment setup #5
Conversation
Via `usethis::use_github_actions_badge("ci-cd.yml")`, which has been updated in usethis 2.1.6 (see https://usethis.r-lib.org/news/index.html#usethis-216) to use the same approach and URLs GitHub itself would in 'Create status badge'.
…rors * In particular, rsconnect would complain that "required packages are not installed", specifically BH, required by anytime via "LinkingTo". * See r-lib/pak#485.
…apps.io * It is somehow broken for new deployments, but still works locally. * No big deal for the live app to use `rsvg`, also given that InkScape-based post-processing have always been broken there.
On a monthly basis
@GuidoMaggio, the app is temporarily deployed from this branch as which you can compare against the existing nominal deployment from the main branch The look and behavior is the same. Note that it is OK/expected for 'rsvg2' and Inkscape-related postprocessing to fail on shinyapps.io, see 066dcae |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
This reverts commit a9bd0da.
Largely based on miraisolutions/ShinyCICD#19
This also includes monthly GithUb Actions configuration of Dependabot.