deploy #10

Merged
bstein merged 271 commits from deploy into main 2026-01-19 19:04:01 +00:00
Showing only changes of commit 96b93a1687 - Show all commits

View File

@ -1,9 +1,9 @@
#!/usr/bin/env bash #!/bin/sh
set -euo pipefail set -eu
HOST_CONFIG="/tmp/element-web-config/config.live.bstein.dev.json" HOST_CONFIG="/tmp/element-web-config/config.live.bstein.dev.json"
BASE_CONFIG="/tmp/element-web-config/config.json" BASE_CONFIG="/tmp/element-web-config/config.json"
if [[ -f "$BASE_CONFIG" ]]; then if [ -f "$BASE_CONFIG" ]; then
cp -f "$BASE_CONFIG" "$HOST_CONFIG" cp -f "$BASE_CONFIG" "$HOST_CONFIG"
fi fi