add publish_h5.sh
This commit is contained in:
parent
8212eaa70f
commit
74e0ca1308
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
__pycache__
|
__pycache__
|
||||||
*.pyc
|
*.pyc
|
||||||
gitlab/repository
|
gitlab/repository
|
||||||
|
nohup.out
|
7
scripts/publish_h5.sh
Normal file
7
scripts/publish_h5.sh
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
rm /root/game1008h5.zip
|
||||||
|
cd /root/game1008h5
|
||||||
|
zip -r /root/game1008h5.zip *
|
||||||
|
cd /root
|
||||||
|
scp game1008h5.zip root@login-test.kingsome.cn:/var/data/
|
||||||
|
ssh root@login-test.kingsome.cn "cd /var/data && unzip -o -d game1008h5 game1008h5.zip"
|
||||||
|
echo 'publish ok'
|
Loading…
x
Reference in New Issue
Block a user