Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Adds Railway deployment guidance to the Postgres example README so users can deploy the template, run a quick smoke test, and verify execution via the observability deployment.
Changes:
- Replaces the “Coming soon” placeholder with a “Deploy on Railway” section.
- Adds a Deploy on Railway button/link for the published template.
- Documents a
curlsmoke test and a follow-up step to confirm the run in observability.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
postgres/README.md
Outdated
| The postgres world is incompatible with Vercel deployments (on Vercel, workflow deployments are automatically configured to use the Vercel World with zero configuration). | ||
|
|
||
| Coming soon: instructions on deploying workflows using the Postgres World off-Vercel. | ||
| ### Deploy on Railway |
There was a problem hiding this comment.
### Deploy on Railway is at the same heading level as ### Production Deployment, which makes the hierarchy confusing (it reads as a sibling section rather than a subsection). Consider making Deploy on Railway a level deeper (e.g., ####) so it clearly nests under Production Deployment.
| ### Deploy on Railway | |
| #### Deploy on Railway |
VaguelySerious
left a comment
There was a problem hiding this comment.
Should there be a section about security (for both the routes + the observability?) + how to point CLI to the railway deployment
Summary
Testing