BaseBandRewrite/scripts/push_local.sh
TudbuT 73219e1ad3
All checks were successful
/ Build BaseBand Loader (push) Successful in 2m17s
/ Build BaseBand (push) Successful in 2m45s
/ Build BaseBand Installer (push) Successful in 1m13s
/ Build BaseBand Server (push) Successful in 2m2s
refactor branch names to be central
2024-10-04 21:01:23 +02:00

14 lines
No EOL
423 B
Bash
Executable file

#!/bin/bash
export SSH_PRIVATEKEY="$(cat ~/.ssh/upload_key)"
export BB_HOST=baseband.com.de
if [ "$BB_PORT" = '' ] ; then
export BB_PORT=46338
fi
if [ "$BB_PATH" = '' ] ; then
export BB_PATH="/root/baseband/rewrite"
fi
bash scripts/push_file.sh Server/build/libs/BaseBand-Server.jar
bash scripts/push_file.sh Client/build/proguard/BaseBand-release.jar
bash scripts/push_file.sh Loader/build/proguard/BaseBand-main.jar