summaryrefslogtreecommitdiff
path: root/includes/serverinfo/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'includes/serverinfo/build.sh')
-rwxr-xr-xincludes/serverinfo/build.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/includes/serverinfo/build.sh b/includes/serverinfo/build.sh
deleted file mode 100755
index 08fed0f..0000000
--- a/includes/serverinfo/build.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-pkg -t node18-linuxstatic-arm64 -o ./bin-arm -C GZip index.js
-pkg -t node18-linuxstatic-x64 -o ./bin-x64 -C GZip index.js
-pkg -t node18-mac-arm64 -o ./bin-mac -C GZip index.js
-
-rsync --progress ./bin-arm maretimebay:/usr/bin/starshine-status
-rsync --progress ./bin-x64 zephyrheights:/usr/bin/starshine-status
-rsync --progress ./bin-x64 zephyrheights-testing:/usr/bin/starshine-status
-rsync --progress ./bin-x64 bridlewood:/home/fedora/starshine-status
-
-ssh maretimebay chmod +x /usr/bin/starshine-status
-ssh zephyrheights chmod +x /usr/bin/starshine-status
-ssh zephyrheights-testing chmod +x /usr/bin/starshine-status
-ssh bridlewood sudo 'bash -c "mv /home/fedora/starshine-status /usr/bin/starshine-status && chmod +x /usr/bin/starshine-status"' \ No newline at end of file