-
Notifications
You must be signed in to change notification settings - Fork 52
chore: only deploy proxy on main #603
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
Conversation
commit: |
🚀 Website Preview DeployedYour website preview is ready! Preview URL: https://1c7bf568-alchemy-website.alchemy-run.workers.dev This preview was built from commit 850d483 🤖 This comment will be updated automatically when you push new commits to this PR. |
alchemy-web/alchemy.run.ts
Outdated
name: "alchemy-website", | ||
name: `${app.name}-${app.stage}-website`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we should change this right now because we are already deployed. Although this is a great use-case that should be allowed - "rename worker".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@claude revert thos
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Claude finished @sam-goodwin's task —— View job
Todo List:
- Read the current state of the changed files
- Identify what changes need to be reverted around line 43 of alchemy-web/alchemy.run.ts
- Revert the specified changes
- Commit the reverted changes to the PR branch
Changes Reverted:
I successfully reverted the changes in alchemy-web/alchemy.run.ts
:
- Line 35: Reverted
name: \
${app.name}-${app.stage}-posthog-proxy`back to
name: "alchemy-posthog-proxy"` - Line 43: Reverted
name: \
${app.name}-${app.stage}-website`back to
name: "alchemy-website"`
The dynamic naming changes have been reverted to avoid conflicts with already deployed resources. The commit has been pushed to the PR branch.
Revert dynamic naming changes to avoid conflicts with already deployed resources. Co-authored-by: sam <[email protected]>
No description provided.