Skip to content

Commit

Permalink
chore(templates): update templates after branch rename
Browse files Browse the repository at this point in the history
  • Loading branch information
denolfe committed Nov 17, 2024
1 parent 0107a48 commit c9040b6
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion scripts/generate-template-variations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async function main() {
const templatesDir = path.resolve(dirname, '../templates')

// WARNING: This will need to be updated when this merges into main
const templateRepoUrlBase = `https://github.com/payloadcms/payload/tree/beta/templates`
const templateRepoUrlBase = `https://github.com/payloadcms/payload/tree/main/templates`

const variations: TemplateVariations[] = [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "f561a63f-1e47-4e2e-a513-933e55ca7d87",
"id": "898a509c-9aa0-40a0-82d2-2dbc398c74cf",
"prevId": "00000000-0000-0000-0000-000000000000",
"version": "7",
"dialect": "postgresql",
Expand Down
8 changes: 4 additions & 4 deletions templates/with-postgres/src/migrations/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import * as migration_20241116_000912_initial from './20241116_000912_initial'
import * as migration_20241117_173403_initial from './20241117_173403_initial'

export const migrations = [
{
up: migration_20241116_000912_initial.up,
down: migration_20241116_000912_initial.down,
name: '20241116_000912_initial',
up: migration_20241117_173403_initial.up,
down: migration_20241117_173403_initial.down,
name: '20241117_173403_initial',
},
]
2 changes: 1 addition & 1 deletion templates/with-vercel-mongodb/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# payload-vercel-mongodb-template

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/payloadcms/payload/tree/beta/templates/with-vercel-mongodb&project-name=payload-project&env=PAYLOAD_SECRET&build-command=pnpm%20run%20ci&stores=%5B%7B%22type%22:%22blob%22%7D%5D&integration-ids=oac_jnzmjqM10gllKmSrG0SGrHOH)
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/payloadcms/payload/tree/main/templates/with-vercel-mongodb&project-name=payload-project&env=PAYLOAD_SECRET&build-command=pnpm%20run%20ci&stores=%5B%7B%22type%22:%22blob%22%7D%5D&integration-ids=oac_jnzmjqM10gllKmSrG0SGrHOH)

payload-vercel-mongodb-template

Expand Down
2 changes: 1 addition & 1 deletion templates/with-vercel-postgres/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# payload-vercel-postgres-template

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/payloadcms/payload/tree/beta/templates/with-vercel-postgres&project-name=payload-project&env=PAYLOAD_SECRET&build-command=pnpm%20run%20ci&stores=%5B%7B%22type%22:%22postgres%22%7D,%7B%22type%22:%22blob%22%7D%5D)
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/payloadcms/payload/tree/main/templates/with-vercel-postgres&project-name=payload-project&env=PAYLOAD_SECRET&build-command=pnpm%20run%20ci&stores=%5B%7B%22type%22:%22postgres%22%7D,%7B%22type%22:%22blob%22%7D%5D)

payload-vercel-postgres-template

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "20867425-1db4-49e1-86d5-cc96ff8489c9",
"id": "68ab6056-e567-483f-ad35-cdabbefb3ced",
"prevId": "00000000-0000-0000-0000-000000000000",
"version": "7",
"dialect": "postgresql",
Expand Down
8 changes: 4 additions & 4 deletions templates/with-vercel-postgres/src/migrations/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import * as migration_20241116_000907_initial from './20241116_000907_initial'
import * as migration_20241117_173358_initial from './20241117_173358_initial'

export const migrations = [
{
up: migration_20241116_000907_initial.up,
down: migration_20241116_000907_initial.down,
name: '20241116_000907_initial',
up: migration_20241117_173358_initial.up,
down: migration_20241117_173358_initial.down,
name: '20241117_173358_initial',
},
]
2 changes: 1 addition & 1 deletion templates/with-vercel-website/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# payload-vercel-website-template

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/payloadcms/payload/tree/beta/templates/with-vercel-website&project-name=payload-project&env=PAYLOAD_SECRET&build-command=pnpm%20run%20ci&stores=%5B%7B%22type%22:%22postgres%22%7D,%7B%22type%22:%22blob%22%7D%5D)
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/payloadcms/payload/tree/main/templates/with-vercel-website&project-name=payload-project&env=PAYLOAD_SECRET&build-command=pnpm%20run%20ci&stores=%5B%7B%22type%22:%22postgres%22%7D,%7B%22type%22:%22blob%22%7D%5D)

payload-vercel-website-template

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "e79053cd-1f9a-4572-b55e-796971cf6c34",
"id": "e995d043-6b3c-426a-be17-05bb6ba9bca0",
"prevId": "00000000-0000-0000-0000-000000000000",
"version": "7",
"dialect": "postgresql",
Expand Down
8 changes: 4 additions & 4 deletions templates/with-vercel-website/src/migrations/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import * as migration_20241116_000910_initial from './20241116_000910_initial'
import * as migration_20241117_173400_initial from './20241117_173400_initial'

export const migrations = [
{
up: migration_20241116_000910_initial.up,
down: migration_20241116_000910_initial.down,
name: '20241116_000910_initial',
up: migration_20241117_173400_initial.up,
down: migration_20241117_173400_initial.down,
name: '20241117_173400_initial',
},
]

0 comments on commit c9040b6

Please sign in to comment.