From 391b18a5aca7bd66c9b564f1f71fe49ad4aab4fe20ece7aae2b623cec90dad36 Mon Sep 17 00:00:00 2001 From: AidarKC Date: Mon, 3 Aug 2026 08:34:34 +0400 Subject: [PATCH] =?UTF-8?q?Deploy:=20=D0=B7=D0=B0=D0=B4=D0=B0=D1=82=D1=8C?= =?UTF-8?q?=20production=20VAPID=20keys=20=D0=B4=D0=BB=D1=8F=20UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION.properties | 2 +- deploy/scripts/production_server2_ui.sh | 1 + deploy/scripts/production_shineupme_ui.sh | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/VERSION.properties b/VERSION.properties index e8af0e48..b86ab23c 100644 --- a/VERSION.properties +++ b/VERSION.properties @@ -1,2 +1,2 @@ -client.version=1.4.20 +client.version=1.4.21 server.version=1.4.5 diff --git a/deploy/scripts/production_server2_ui.sh b/deploy/scripts/production_server2_ui.sh index 1367eebf..d2ef55fd 100755 --- a/deploy/scripts/production_server2_ui.sh +++ b/deploy/scripts/production_server2_ui.sh @@ -9,6 +9,7 @@ DEPLOY_SERVER_LOGIN="server2shineupme" \ DEPLOY_SERVER_ADDRESS="server2.shineup.me" \ DEPLOY_SOLANA_CLUSTER="mainnet" \ DEPLOY_SOLANA_ENDPOINT="https://public.rpc.solanavibestation.com/" \ +DEPLOY_WEBPUSH_VAPID_PUBLIC="BGI4ZG5ADm8MrUG0EQi2G0ZxoqTbZZyfUOzt3O-HrM6z4-zFPUpGGIGcA7Tx3N-O0r5Pie0ndGSdx6kRU2X2x4g" \ TARGET_URL="https://server2.shineup.me" \ REQUIRE_BACKUP="1" \ bash "$(dirname "$0")/deploy_ui.sh" diff --git a/deploy/scripts/production_shineupme_ui.sh b/deploy/scripts/production_shineupme_ui.sh index 14c89c04..136ff2f8 100755 --- a/deploy/scripts/production_shineupme_ui.sh +++ b/deploy/scripts/production_shineupme_ui.sh @@ -9,6 +9,7 @@ DEPLOY_SERVER_LOGIN="shineupme" \ DEPLOY_SERVER_ADDRESS="shineup.me" \ DEPLOY_SOLANA_CLUSTER="mainnet" \ DEPLOY_SOLANA_ENDPOINT="https://public.rpc.solanavibestation.com/" \ +DEPLOY_WEBPUSH_VAPID_PUBLIC="BEX12-68cSJVYvWSlwgLpd8TqITZrxxh8n20EulUK0OK4u5uWCsuu-iam86zVGYoZJTl1QKxlikGYhB-GLKSsxQ" \ TARGET_URL="https://shineup.me" \ REQUIRE_BACKUP="1" \ bash "$(dirname "$0")/deploy_ui.sh"