view host/admin/push-local.sh @ 2147:515e892cd4c2 nginx_decoupled tip

set nginx error log; rename luanhost_controller
author Violet7
date Wed, 21 Jan 2026 21:57:07 -0800
parents 301a6561fb6b
children
line wrap: on
line source

#!/bin/bash
set -e

hg identify >src/private/changeset.txt

PASSWORD="$(luan 'string:require("luan:Io.luan").stdout.write(require("file:src/private/Config.luan").push_password)')"

luan luan:host/push.luan admin.me.luan.software "$PASSWORD" src 2>&1 | tee err