deploy 191 B

1234567891011121314
  1. #!/bin/sh
  2. # deploy: deploy application in digitalocean server
  3. cat script/misc/oteascii.txt
  4. set -e
  5. git pull
  6. go build
  7. sudo systemctl restart gitote
  8. echo "==> App is successfully deployed"