this repo has no description

Deploy script

seth.computer 88c096e0 df29b177

verified
+10
+10
deploy.sh
··· 1 + #!/usr/bin/env bash 2 + set -e 3 + 4 + if ! wrangler whoami 2>/dev/null | grep '@sethetter.com'; then 5 + echo "Not logged in with the right cloudflare account" 6 + echo "Run 'wrangler login' to authenticate" 7 + exit 1 8 + fi 9 + 10 + npm run deploy