Skip to content

Commit

Permalink
chore: adjust repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
denolfe committed Jun 3, 2024
1 parent edc9239 commit 8850079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/generate-template-variations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ async function main() {
vercelDeployButtonLink:
`https://vercel.com/new/clone?repository-url=` +
encodeURI(
'https://github.com/payloadcms/vercel-deploy-payload-postgres' +
'https://github.com/payloadcms/payload' +
'&project-name=payload-project' +
'&env=PAYLOAD_SECRET' +
'&build-command=pnpm run ci' +
Expand All @@ -69,7 +69,7 @@ async function main() {
vercelDeployButtonLink:
`https://vercel.com/new/clone?repository-url=` +
encodeURI(
'https://github.com/payloadcms/vercel-deploy-payload-postgres' +
'https://github.com/payloadcms/payload' +
'&project-name=payload-project' +
'&env=PAYLOAD_SECRET' +
'&build-command=pnpm run ci' +
Expand Down

0 comments on commit 8850079

Please sign in to comment.