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