Files
SHiNE-server/deploy_shine-ui_production_shineupme.sh

14 lines
452 B
Bash

#!/usr/bin/env bash
set -euo pipefail
REMOTE_HOST="player@shineup.me" \
REMOTE_UI_DIR="/home/player/SHiNE/shine-ui" \
EXPECTED_CADDY_UI_ROOT="/home/player/SHiNE/shine-ui" \
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" \
TARGET_URL="https://shineup.me" \
bash "$(dirname "$0")/deploy_shine-PWA.sh"