From 5876553515d64aa9a652e6381f6e430610194804 Mon Sep 17 00:00:00 2001 From: Connor Johnstone Date: Thu, 4 Sep 2025 13:39:06 -0400 Subject: [PATCH] Manual update to frontend deploy script --- deploy_frontend.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy_frontend.sh b/deploy_frontend.sh index 22f5b1e..151b55f 100755 --- a/deploy_frontend.sh +++ b/deploy_frontend.sh @@ -1,4 +1,6 @@ #!/bin/sh +export BACKEND_API_URL="https://runway.rcjohnstone.com/api" trunk build --release --config /home/connor/docs/projects/calendar/frontend/Trunk.toml sudo rsync -azX --delete --info=progress2 -e 'ssh -T -q' --rsync-path='sudo rsync' /home/connor/docs/projects/calendar/frontend/dist connor@server.rcjohnstone.com:/home/connor/data/runway/ +unset BACKEND_API_URL