From 41b2410f5b2b829bd17a07dba904f2acae9f3e83 Mon Sep 17 00:00:00 2001 From: GoldenSpring Date: Tue, 23 Dec 2025 02:08:18 +0300 Subject: [PATCH] added env vars change to update script --- ct/rustypaste.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/rustypaste.sh b/ct/rustypaste.sh index a69edc715..89617bc20 100644 --- a/ct/rustypaste.sh +++ b/ct/rustypaste.sh @@ -45,6 +45,7 @@ function update_script() { CLEAN_INSTALL=1 fetch_and_deploy_gh_release "rustypaste" "orhun/rustypaste" "tarball" "latest" "/opt/rustypaste" + sed -i 's|^address = ".*"|address = "0.0.0.0:8000"|' config.toml cargo build --locked --release