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

Conflicts when 2+ devs deploy same project to single BYOC account #773

Open
lionello opened this issue Oct 23, 2024 · 0 comments
Open

Conflicts when 2+ devs deploy same project to single BYOC account #773

lionello opened this issue Oct 23, 2024 · 0 comments
Labels
byoc Bring Your Own Cloud
Milestone

Comments

@lionello
Copy link
Member

Each project shares the Pulumi state file ("project-name" project, "beta" stack) and each deployment ends up with a provisioned (delegate) domain project-name.USER.defang.app, but the stack only tracks one zone, so when the 2nd dev deploys the project there's a diff: the previous zone (1st dev name) is deleted and a new zone (2nd dev name) is created.

-  aws:route53:Record validation-*.nextjs.jordanstephens.defang.app deleted (46s)
-  aws:route53:Record alias-*.nextjs.jordanstephens.defang.app deleting (0s)
-  aws:acm:Certificate *.nextjs.jordanstephens.defang.app deleting (0s)[retain]
-  aws:route53:Zone nextjs.lionello.defang.app deleting (0s)
-  aws:route53:Record alias-nextjs.jordanstephens.defang.app deleting (0s)
-  aws:acm:Certificate *.nextjs.jordanstephens.defang.app deleted (1s)[retain]
@lionello lionello added the byoc Bring Your Own Cloud label Oct 23, 2024
@acote88 acote88 added this to the V2 milestone Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
byoc Bring Your Own Cloud
Projects
None yet
Development

No branches or pull requests

2 participants