From c9ec48f5123f272cccac1f5aab65b5796f866ef2 Mon Sep 17 00:00:00 2001 From: Christopher Monsanto Date: Wed, 12 Aug 2026 19:35:28 -0400 Subject: [PATCH] Run deploy tool as tools/deploy/index.ts in update scripts Co-Authored-By: Claude Fable 5 --- updateminisprites.sh | 2 +- updatepmdsprites.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/updateminisprites.sh b/updateminisprites.sh index 3c8a3f64..43959553 100755 --- a/updateminisprites.sh +++ b/updateminisprites.sh @@ -18,6 +18,6 @@ ssh smogon 'systemctl reload dex' # Update forum minisprites cd /home/monsanto/smogon/sprites rm -rf deploy/smogon -node tools/deploy run smogon.deploy.js -o deploy/smogon +node tools/deploy/index.ts run smogon.deploy.js -o deploy/smogon rsync -a deploy/smogon/forumsprites/ smogon:/smog2/forumsprites/minisprites rsync -a deploy/smogon/xyicons/ smogon:/smog2/sprites/xyicons diff --git a/updatepmdsprites.sh b/updatepmdsprites.sh index d0493b9b..eaaef7d7 100755 --- a/updatepmdsprites.sh +++ b/updatepmdsprites.sh @@ -5,7 +5,7 @@ set -ex cd /home/monsanto/smogon/sprites ./build.sh rm -rf deploy/smogon -node tools/deploy run smogon.deploy.js -o deploy/smogon +node tools/deploy/index.ts run smogon.deploy.js -o deploy/smogon # Note: the /forums/media/pmd directory should probably stay the same; we can redirect those I guess rsync -a deploy/smogon/pmd/ smogon:/smog2/forumsprites/pmd