From 34906958726d4d22bac2083e51e33695a8c75b76 Mon Sep 17 00:00:00 2001 From: rob Date: Sat, 18 Dec 2021 20:14:20 -0500 Subject: [PATCH] web host deployment automation script --- deploy | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 deploy 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