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

fix: Enforce emails artifact build before workers build / deploy is executed to make sure emails/renderer/index.umd.js is present #407

Merged
merged 1 commit into from Sep 29, 2023

Conversation

pziemkowski
Copy link
Member

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines

What kind of change does this PR introduce?

bug fix

What is the current behavior?

Emails artifact is not built when saas workers build or saas workers deploy is run.

What is the new behavior?

Added webapp-emails as a dependency to workers and webapp-emails:build as a dependency for both build and deploy targets in workers package.

Changed SSM service to workers during emails build, instead of webapp. Makes much more sense.

Does this PR introduce a breaking change?

yes. when building emails, SSM variables will be pulled from workers (use saas workers secrets to set them) instead of webapp.

…xecuted to make sure emails/renderer/index.umd.js is present
@pziemkowski pziemkowski merged commit e5349be into master Sep 29, 2023
54 checks passed
@pziemkowski pziemkowski deleted the fix/build-emails-before-workers branch September 29, 2023 07:57
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

2 participants