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"