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

Ensure each microservice uses its own build output folder #137

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

gchristov
Copy link
Owner

What does this pull request change?

Previously, all microservices were copied to build/services. This isn't really needed as each service has its own build directory, so this PR switches to that approach to further decouple things.

How is this change tested?

Manually.


Writing Kotlin Multiplatform tests

@gchristov gchristov marked this pull request as ready for review February 19, 2024 10:09
Copy link

pulumi bot commented Feb 19, 2024

🍹 The Update (preview) for gchristov/thecodinglove/prod was successful.

Resource Changes

    Name                          Type                            Operation
~   search-service                gcp:cloudrunv2/service:Service  update
~   landing-page-service-binary   docker:index/image:Image        update
~   landing-page-service          gcp:cloudrunv2/service:Service  update
~   statistics-service-binary     docker:index/image:Image        update
~   search-service-binary         docker:index/image:Image        update
~   self-destruct-service         gcp:cloudrunv2/service:Service  update
~   slack-service-binary          docker:index/image:Image        update
~   self-destruct-service-binary  docker:index/image:Image        update
~   statistics-service            gcp:cloudrunv2/service:Service  update
~   slack-service                 gcp:cloudrunv2/service:Service  update

@gchristov gchristov changed the title Ensure each microservice has its own build output folder Ensure each microservice uses its own build output folder Feb 19, 2024
@gchristov gchristov merged commit 91e214b into master Feb 19, 2024
4 checks passed
@gchristov gchristov deleted the individual-microservice-build-destinations branch February 19, 2024 10:10
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

Successfully merging this pull request may close these issues.

None yet

1 participant