release 1.3.4: summary i18n, monpages code-21, aptdeploy path
This commit is contained in:
parent
8840341079
commit
949837d2e6
6 changed files with 32 additions and 12 deletions
|
|
@ -385,9 +385,10 @@ htmlify_host() {
|
|||
}
|
||||
for host in $MON_HOSTS; do
|
||||
htmlify_host "$host"
|
||||
echo "public URL (expected): https://${host}${HTML_URL_OK}"
|
||||
done
|
||||
|
||||
# Publish to live web root when possible (v1.3.1: never silent-skip)
|
||||
# Publish to live web root when possible (v1.3.1+: never silent-skip)
|
||||
if [ -n "$DEPLOY_WWW" ]; then
|
||||
if [ -w "$DEPLOY_WWW" ] 2>/dev/null; then
|
||||
if rsync -a --delete "$HTML_BASE/" "$DEPLOY_WWW/"; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue