this repo has no description
at main 222 B view raw
1#!/usr/bin/env bash 2set -e 3 4if ! 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 8fi 9 10npm run deploy