BDSI-Utwente / shinyapps-deploy-github-action

MIT License
11 stars 13 forks source link

Update the app #1

Open atimlaa opened 10 months ago

atimlaa commented 10 months ago

I am trying to use this feature to deploy my shiny app using GitHub Actions and this is what comes up:

The app is already live, I want to update the app with the new features, can anyone help??

── Preparing for deployment ──────────────────────────────────────────────────── Error in shouldUpdateApp(): ! Discovered a previously deployed app named "XXXXX" (View it at https://XXXXX.shinyapps.io/YYYYY/) ℹ Set forceUpdate = TRUE to update it. ℹ Supply a unique appName to deploy a new application. Backtrace: ▆

  1. └─rsconnect::deployApp(...)
  2. └─rsconnect:::deploymentTarget(...)
  3. └─rsconnect:::shouldUpdateApp(thisApp, uniqueName, forceUpdate)
  4. └─rsconnect:::cli_menu(...)
  5. └─cli::cli_abort(c(header, not_interactive), .envir = .envir, call = error_call)
  6. └─rlang::abort(...) Execution halted
DeeNA95 commented 8 months ago

@atimlaa check out my revision it works for me: https://github.com/DeeNA95/shinyapps-deploy-github-action/releases/tag/v1