mirror of
https://github.com/smogon/sprites.git
synced 2026-08-13 04:29:40 -05:00
12 lines
313 B
Bash
Executable File
12 lines
313 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
cd /home/monsanto/smogon/sprites
|
|
./build.sh
|
|
rm -rf 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
|