mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-09 14:51:30 +01:00
chore: add vercel-deploy.sh
This commit is contained in:
parent
f11425b2c2
commit
73352d4414
11
vercel-deploy.sh
Executable file
11
vercel-deploy.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "VERCEL_ENV: ${VERCEL_ENV}"
|
||||
|
||||
if [[ "${VERCEL_ENV}" == "production" ]]; then
|
||||
echo "✅ - Build can proceed"
|
||||
exit 1
|
||||
else
|
||||
echo "🛑 - Build cancelled"
|
||||
exit 0
|
||||
fi
|
Loading…
Reference in New Issue
Block a user