Skip to content

Commit 6887e7c

Browse files
committed
Fix deploy script output directory and mise syntax
1 parent be0b3ea commit 6887e7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mise/tasks/deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
2-
# mise description="Deploy the website to Cloudflare Pages"
2+
#MISE description="Deploy the website to Cloudflare Pages"
33

44
set -e
55

66
pnpm run build
7-
wrangler pages deploy dist --project-name=fuckingapproachableswiftconcurrency
7+
wrangler pages deploy _site --project-name=fuckingapproachableswiftconcurrency

0 commit comments

Comments
 (0)