Merge branch 'router-upgrade' into feature/rating

This commit is contained in:
Untone 2024-07-01 16:54:31 +03:00
commit 2f2c4af161

8
deploy.sh Normal file
View File

@ -0,0 +1,8 @@
if [
"$(git rev-parse --abbrev-ref HEAD)" = "router-upgrade"
] || [
"$(git rev-parse --abbrev-ref HEAD)" = "feature/rating"
];
then exit 1;
else exit 0;
fi