annotate host/admin/push-local.sh @ 2033:905a6ade55f2
default tip
change corePoolSize from 1 to 10
| author |
Franklin Schmidt <fschmidt@gmail.com> |
| date |
Tue, 04 Nov 2025 13:30:21 -0700 |
| 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.me.luan.software "$PASSWORD" src 2>&1 | tee err
|