@@ -0,0 +1,13 @@
+#!/bin/sh
+
+# deploy: deploy application in digitalocean server
+cat script/misc/oteascii.txt
+set -e
+git pull
+go build
+sudo systemctl restart gitote
+echo "==> App is successfully deployed"