Skip to content

Commit fcbaedf

Browse files
authored
xyOps: rebuild xySat satellite during update (#16279)
1 parent 4eb022f commit fcbaedf

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

ct/xyops.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ function update_script() {
4848
chmod 644 /opt/xyops/node_modules/useragent-ng/lib/regexps.js
4949
msg_ok "Rebuilt Application"
5050

51+
fetch_and_deploy_gh_release "xysat" "pixlcore/xysat" "tarball" "latest" "/opt/xyops/satellite"
52+
53+
msg_info "Building xySat Satellite"
54+
cd /opt/xyops/satellite
55+
$STD npm install
56+
msg_ok "Built xySat Satellite"
57+
5158
msg_info "Starting Service"
5259
systemctl start xyops
5360
msg_ok "Started Service"

0 commit comments

Comments
 (0)