use scp instead of cp for easy deploy to server
This commit is contained in:
parent
f8752567a8
commit
03850a9306
@ -6,5 +6,5 @@ echo "deploying to $1"
|
|||||||
mkdir -p $1 || exit
|
mkdir -p $1 || exit
|
||||||
mkdir -p bundle/
|
mkdir -p bundle/
|
||||||
python3 scripts/assets.py stitch-sprites $SNEJ_ROOT/bundle/spritesheet
|
python3 scripts/assets.py stitch-sprites $SNEJ_ROOT/bundle/spritesheet
|
||||||
cp -r index.html main.js bundle/ $1
|
scp -r index.html main.js bundle/ $1
|
||||||
echo "success!"
|
echo "success!"
|
||||||
|
Loading…
Reference in New Issue
Block a user