tangled
alpha
login
or
join now
seth.computer
/
sethetter.com
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
Deploy script
seth.computer
2 months ago
88c096e0
df29b177
verified
This commit was signed with the committer's
known signature
.
seth.computer
SSH Key Fingerprint:
SHA256:utUtG8j2hgvZ0Rnm/rPJiqFu4NT5bjOnC26AUIBh500=
+10
1 changed file
expand all
collapse all
unified
split
deploy.sh
+10
deploy.sh
···
0
0
0
0
0
0
0
0
0
0
···
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