Skip to content
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

Redeploying apps (that are not directly profiles) will never update them #16

Open
DrRataplan opened this issue Aug 21, 2024 · 0 comments

Comments

@DrRataplan
Copy link
Contributor

To repro:

  • Deploy a new app (a different abbrev and id)
  • Make changes to the app in exide
  • make changes in the config.json and redeploy (with mode set to default or update)

Expected:

  • Not a full redeploy

Actual:

  • A full redeploy: a call to in my case http://localhost:8080/exist/apps/jinks/api/generator/docker?overwrite=default. And because the docker app does not exist, we think we should be redeploying. While the call should be to
    http://localhost:8080/exist/apps/jinks/api/generator/my-app-name?overwrite=default, right?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant