This commit is contained in:
Chris Wanstrath 2025-09-26 12:16:54 -07:00
parent 489e023494
commit 7aa64cfdaa

View File

@ -8,5 +8,9 @@ ROOT_DIR="$SCRIPT_DIR/../.."
# Run deploy + config with absolute paths # Run deploy + config with absolute paths
source "$ROOT_DIR/app/scripts/config.sh" 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 # Run remote install on the target
ssh $HOST "cd $DEST && bun runner update" ssh $HOST "cd $DEST && bun runner update"