added the deploy script

This commit is contained in:
2018-06-23 01:33:14 +02:00
parent 5f30b13087
commit 215893e33c
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
cd public
scp -r * neon:/srv/web/www/gex.ondrovo.com
echo "OK"