-
Notifications
You must be signed in to change notification settings - Fork 14
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
Added flag to enable forced update of existing apps #3
base: main
Are you sure you want to change the base?
Conversation
Wanted to give a +1 to this PR! Love the action, though I'm running into a deployment error with an app of the same name when using it! |
Could you paste a screenshot of the error or any logs? I've been using this in my CI/CD pipeline without issues. Happy to update the PR if there's something amiss. |
Hi there @h-joshi , posting some logs from a failed action I tried to run on my branch:
|
This PR hasn't been integrated into this repository yet. As a result I've had to fork this to https://github.com/kidsneuro-lab/shinyapps-deploy-github-action/tree/forceupdate-flag-added . At present, I'm using this action Before
After
|
Added a flag that enables forced update for already installed apps. Without this flag, the deployment fails if an app with the same name already exists.