Skip to content

Commit

Permalink
try a different deployment method
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Einars <contact@dle.dev>
  • Loading branch information
polaroidkidd committed Oct 29, 2023
1 parent 448a542 commit 60746c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
# Optional: Switch what branch you are publishing to.
# By default this will be the branch which triggered this workflow
# branch: main
branch: ${{ github.head_ref }}
# Optional: Change the working directory
# workingDirectory: my-site
# Optional: Change the Wrangler version, allows you to point to a specific version or a tag such as `beta`
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:e2e:ci": "playwright test --project=chromium --config ./playwright.config.ci.ts",
"prisma:gen:dev": "dotenv -e .env.development -- prisma generate --schema ./prisma/dev.schema.prisma",
"prisma:gen:ci": "dotenv -e .env.ci -- prisma generate --schema ./prisma/dev.schema.prisma",
"prisma:gen:prod": "dotenv -e .env.production -p DATA_PROXY -- prisma generate --no-engine --schema ./prisma/prod.schema.prisma",
"prisma:gen:prod": "dotenv -e .env.production -- prisma generate --no-engine --schema ./prisma/prod.schema.prisma",
"prisma:push:dev": "dotenv -e .env.development -- prisma db push --schema ./prisma/dev.schema.prisma",
"prisma:push:prod": "dotenv -e .env.production -- prisma db push --schema ./prisma/prod.schema.prisma",
"prisma:studio": "dotenv -e .env.development -- prisma studio --schema ./prisma/schema.prisma",
Expand Down Expand Up @@ -95,4 +95,4 @@
"vitest": "0.34.6",
"wrangler": "^3.15.0"
}
}
}

0 comments on commit 60746c7

Please sign in to comment.