Compare commits

..
4 Commits
Author SHA256 Message Date
AidarKC 7d475ab403 Merge remote-tracking branch 'git2/main' into migration-postgres
# Conflicts:
#	VERSION.properties
#	deploy/scripts/production_server2_ui.sh
2026-07-30 09:47:28 +04:00
AidarKC 809c216a5c Deploy: обновить production Solana RPC 2026-07-22 20:12:36 +04:00
AidarKC 415a40e436 Версии: поднять main до 1.3.0 2026-07-22 20:12:06 +04:00
AidarKC d233f1d73f Merge branch 'регитсрация' into main 2026-07-22 20:11:30 +04:00
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
client.version=1.2.359 client.version=1.3.1
server.version=1.2.342 server.version=1.3.1
+1 -1
View File
@@ -8,7 +8,7 @@ EXPECTED_CADDY_SITE="server2.shineup.me" \
DEPLOY_SERVER_LOGIN="server2shineupme" \ DEPLOY_SERVER_LOGIN="server2shineupme" \
DEPLOY_SERVER_ADDRESS="server2.shineup.me" \ DEPLOY_SERVER_ADDRESS="server2.shineup.me" \
DEPLOY_SOLANA_CLUSTER="mainnet" \ DEPLOY_SOLANA_CLUSTER="mainnet" \
DEPLOY_SOLANA_ENDPOINT="https://mainnet.helius-rpc.com/?api-key=5e1bfa84-b376-4aa6-8a7b-4a4250181622" \ DEPLOY_SOLANA_ENDPOINT="https://public.rpc.solanavibestation.com/" \
TARGET_URL="https://server2.shineup.me" \ TARGET_URL="https://server2.shineup.me" \
REQUIRE_BACKUP="1" \ REQUIRE_BACKUP="1" \
bash "$(dirname "$0")/deploy_ui.sh" bash "$(dirname "$0")/deploy_ui.sh"
+1 -1
View File
@@ -8,7 +8,7 @@ EXPECTED_CADDY_SITE="shineup.me" \
DEPLOY_SERVER_LOGIN="shineupme" \ DEPLOY_SERVER_LOGIN="shineupme" \
DEPLOY_SERVER_ADDRESS="shineup.me" \ DEPLOY_SERVER_ADDRESS="shineup.me" \
DEPLOY_SOLANA_CLUSTER="mainnet" \ DEPLOY_SOLANA_CLUSTER="mainnet" \
DEPLOY_SOLANA_ENDPOINT="https://solana-rpc.publicnode.com" \ DEPLOY_SOLANA_ENDPOINT="https://public.rpc.solanavibestation.com/" \
TARGET_URL="https://shineup.me" \ TARGET_URL="https://shineup.me" \
REQUIRE_BACKUP="1" \ REQUIRE_BACKUP="1" \
bash "$(dirname "$0")/deploy_ui.sh" bash "$(dirname "$0")/deploy_ui.sh"