You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if I deploy an app with a title that does not exist on shinyapps.io, it creates a new app on shinyapps.io.
Now, in between the next deploy if I delete the manifest file(CI build), it will create a new app while appending 1 to the provided title name
If you again delete the manifest file and deploy it again, it fails stating that
Error: shinyapps.io reported an error (calling /v1/applications/): Application exists with name: example_deploy_app101
I couldn't figure out a way to deploy the same app with a new version if the manifest file does not exist locally on the machine.