webapp/deploy.sh

8 lines
195 B
Bash
Raw Normal View History

2024-07-01 13:57:30 +00:00
if [ "$VERCEL_GIT_COMMIT_REF" = "router-upgrade" ] || [ "$VERCEL_GIT_COMMIT_REF" = "feature/rating" ]; then
echo "Building on solid start"
exit 1
else
echo "Not on solid start"
exit 0
2024-07-01 13:54:01 +00:00
fi