added env vars change to update script

This commit is contained in:
GoldenSpring 2025-12-23 02:08:18 +03:00
parent 2042551453
commit 41b2410f5b
No known key found for this signature in database
GPG Key ID: 75701174BCB6A808

View File

@ -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