annotate website/push.sh @ 1992:ac02e07f09de

add config
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 01 Jul 2025 15:14:26 -0600
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1992
ac02e07f09de add config
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
1 #!/bin/bash
ac02e07f09de add config
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
2 set -e
ac02e07f09de add config
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
3
ac02e07f09de add config
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
4 PASSWORD=$(luan 'string:require("luan:Io.luan").stdout.write(require("file:src/private/Config.luan").push_password)')
ac02e07f09de add config
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
5
ac02e07f09de add config
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
6 luan luan:host/push.luan www.luan.software $PASSWORD src 2>&1 | tee err