add deploy.sh since automated not work for arm

This commit is contained in:
Newnius 2017-09-26 13:01:18 +08:00
parent 1e27bb23cb
commit fb55b8d12e

View File

@ -0,0 +1,5 @@
#!/bin/bash
image=newnius/rpi-shadowsocks:2.9.1
docker build -t ${image} .
docker push ${image}