snej/scripts/deploy.sh
2019-10-29 14:57:48 -04:00

10 lines
215 B
Bash
Executable File

#!/bin/bash
cd $SNEJ_ROOT
echo "deploying to $1"
mkdir -p bundle/
python3 scripts/assets.py stitch-sprites $SNEJ_ROOT/bundle/spritesheet witch_gray witch_green
scp -r index.html main.js bundle/ $1
echo "success!"