From 7aa64cfdaaefea64dcdd85cba9022830da98c1ca Mon Sep 17 00:00:00 2001 From: Chris Wanstrath <2+defunkt@users.noreply.github.com> Date: Fri, 26 Sep 2025 12:16:54 -0700 Subject: [PATCH] that too --- app/scripts/deploy.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/scripts/deploy.sh b/app/scripts/deploy.sh index f237140..c89588f 100755 --- a/app/scripts/deploy.sh +++ b/app/scripts/deploy.sh @@ -8,5 +8,9 @@ ROOT_DIR="$SCRIPT_DIR/../.." # Run deploy + config with absolute paths source "$ROOT_DIR/app/scripts/config.sh" +# Make sure we're up-to-date +git push origin main +git push gitea main + # Run remote install on the target ssh $HOST "cd $DEST && bun runner update" \ No newline at end of file