diff --git a/deploy b/deploy new file mode 100755 index 0000000..b38e0de --- /dev/null +++ b/deploy @@ -0,0 +1,8 @@ +#!/bin/sh + +git pull origin master +yarn --production=false +gulp build + +./stop-production +./start-production \ No newline at end of file