Skip to content

Commit 391eb93

Browse files
committed
Remove stale Vercel deployment references
1 parent 6bf1f28 commit 391eb93

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313
- run: npx wrangler pages deploy landing --project-name=sunsetter-aqm --commit-hash=${{ github.sha }}
1414
env:
1515
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**The "110%" Database Migration Suite for Convex**
44

5-
[✨ Official Landing Page (Deployable to Vercel)](./landing/)
5+
[✨ Official Landing Page (Deployable to Cloudflare Pages)](./landing/)
66

77
> **Auto-converts SQL constraints to Validators**, **Auto-suggests Indexes**, and **Generates type-safe Mutations/Queries**.
88

src/cli/auth/convex-auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* 2. Browser-based OAuth with localhost callback
77
* 3. Manual credential entry fallback
88
*
9-
* Inspired by: GitHub CLI, Vercel CLI, Stripe CLI
9+
* Inspired by: GitHub CLI, Stripe CLI
1010
*/
1111

1212
import * as http from 'http';

0 commit comments

Comments
 (0)