mirror of
https://github.com/theoludwig/theoludwig.git
synced 2026-06-03 07:18:36 +02:00
chore: add vercel-deploy.sh
This commit is contained in:
Executable
+11
@@ -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
|
||||||
Reference in New Issue
Block a user