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: Support turbo hash in preview deploy URLs #251

Merged
merged 5 commits into from
Sep 11, 2024

Conversation

macko911
Copy link
Contributor

@macko911 macko911 commented Sep 11, 2024

WEB-1450: Support skipping app deployment on unrelated changes

Turbo hash has 16 instead of 40 characters, so we need to adjust the regex to accept both.

Old supported hash url: https://preview-6cd2b32ea72366adf21679cb796646184becd012.stories.dev.pleo.io/
New supported hash url: https://preview-ded26a748cdb93f8.stories.dev.pleo.io/

Also due to a TS error I've adjusted the tsconfig to use settings recommended for Node 18 based on these docs

I've confirmed that we use Node 18 for the edge lambdas here

@macko911 macko911 requested a review from a team as a code owner September 11, 2024 13:43
@macko911 macko911 changed the title Support turbo hash in preview deploy URLs fix: Support turbo hash in preview deploy URLs Sep 11, 2024
@macko911 macko911 force-pushed the support-turbo-hash-preview-deploy branch from b4bfeba to 1361200 Compare September 11, 2024 13:44
@macko911 macko911 requested a review from Catchpowle September 11, 2024 13:46
@macko911 macko911 added this pull request to the merge queue Sep 11, 2024
Merged via the queue into main with commit c18a89d Sep 11, 2024
10 checks passed
@macko911 macko911 deleted the support-turbo-hash-preview-deploy branch September 11, 2024 14:04
@github-actions github-actions bot mentioned this pull request Sep 11, 2024
@macko911 macko911 changed the title fix: Support turbo hash in preview deploy URLs fix: Support turbo hash in preview deploy URLs WEB-1450 Sep 11, 2024
Copy link

linear bot commented Sep 11, 2024

@macko911 macko911 changed the title fix: Support turbo hash in preview deploy URLs WEB-1450 fix: Support turbo hash in preview deploy URLs Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants