We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be0b3ea commit 6887e7cCopy full SHA for 6887e7c
mise/tasks/deploy.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
-# mise description="Deploy the website to Cloudflare Pages"
+#MISE description="Deploy the website to Cloudflare Pages"
3
4
set -e
5
6
pnpm run build
7
-wrangler pages deploy dist --project-name=fuckingapproachableswiftconcurrency
+wrangler pages deploy _site --project-name=fuckingapproachableswiftconcurrency
0 commit comments