Skip to content

Commit

Permalink
meta: Removed git info from Cloudflare deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-coster committed Jul 9, 2023
1 parent b6dbefe commit 52cc009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/site/scripts/publish.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ await $`pnpm build`;

// PUBLISH

await $`pnpm wrangler pages deploy ./.svelte-kit/cloudflare --project-name=stitch --branch=develop --commit-message=${message} --commit-hash=${hash}`;
await $`pnpm wrangler pages deploy ./.svelte-kit/cloudflare --project-name=stitch`;

/** @param {import('zx').ProcessPromise} call */
async function stdout(call) {
Expand Down

0 comments on commit 52cc009

Please sign in to comment.