-
Notifications
You must be signed in to change notification settings - Fork 546
Add Twilio Neon Worker Deployment Workflow and Initial Setup #1101
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
base: main
Are you sure you want to change the base?
Conversation
JoftheV
left a comment
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.
approve and change CF_API_TOKEN to CLOUDFLARE_API_TOKEN
JoftheV
left a comment
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.
Approve and commit
|
@sourcery-ai resolve |
JoftheV
left a comment
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.
@sourcery-ai resolve
Problem
Solution
deploy.yml) to automate deployment on pushes to themainbranch.Test results
Add your screenshots or recording about testing
Other changes
README.mdfor future documentation.send-whatsapp.jsscript for potential future functionality.Deploy Notes
There are no new dependencies, scripts, or environment variables introduced with this PR.
**New environment variables **:
CF_API_TOKEN: Required for authenticating Cloudflare deployments.New dependencies:
dotenv: For managing environment variables.php: As a dependency, though its use is not clear yet.twilio: For interacting with Twilio services.New dev dependencies:
@cloudflare/workers-types: TypeScript types for Cloudflare Workers.typescript: For TypeScript support.