solid-start-deploy
This commit is contained in:
parent
2f2c4af161
commit
c8ab5ef4f6
13
deploy.sh
13
deploy.sh
|
@ -1,8 +1,7 @@
|
||||||
if [
|
if [ "$VERCEL_GIT_COMMIT_REF" = "router-upgrade" ] || [ "$VERCEL_GIT_COMMIT_REF" = "feature/rating" ]; then
|
||||||
"$(git rev-parse --abbrev-ref HEAD)" = "router-upgrade"
|
echo "Building on solid start"
|
||||||
] || [
|
exit 1
|
||||||
"$(git rev-parse --abbrev-ref HEAD)" = "feature/rating"
|
else
|
||||||
];
|
echo "Not on solid start"
|
||||||
then exit 1;
|
exit 0
|
||||||
else exit 0;
|
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user