annotate host/admin/push.sh @ 2014:1cdc12cdcfa2
default tip
make logging more accessible
author |
Franklin Schmidt <fschmidt@gmail.com> |
date |
Thu, 25 Sep 2025 23:41:41 -0600 |
parents |
301a6561fb6b |
children |
|
rev |
line source |
1995
|
1 #!/bin/bash
|
|
2 set -e
|
|
3
|
|
4 hg identify >src/private/changeset.txt
|
|
5
|
|
6 PASSWORD="$(luan 'string:require("luan:Io.luan").stdout.write(require("file:src/private/Config.luan").push_password)')"
|
|
7
|
|
8 luan luan:host/push.luan admin.s1.luan.software "$PASSWORD" src 2>&1 | tee err
|
|
9 luan luan:host/push.luan admin.s2.luan.software "$PASSWORD" src 2>&1 | tee err
|