Compare commits

...
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
client.version=1.2.346
server.version=1.2.318
client.version=1.3.0
server.version=1.3.0
+1 -1
View File
@@ -8,7 +8,7 @@ EXPECTED_CADDY_SITE="server2.shineup.me" \
DEPLOY_SERVER_LOGIN="server2shineupme" \
DEPLOY_SERVER_ADDRESS="server2.shineup.me" \
DEPLOY_SOLANA_CLUSTER="mainnet" \
DEPLOY_SOLANA_ENDPOINT="https://solana-rpc.publicnode.com" \
DEPLOY_SOLANA_ENDPOINT="https://public.rpc.solanavibestation.com/" \
TARGET_URL="https://server2.shineup.me" \
REQUIRE_BACKUP="1" \
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_ADDRESS="shineup.me" \
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" \
REQUIRE_BACKUP="1" \
bash "$(dirname "$0")/deploy_ui.sh"