From 1dd17c3ec7306e274595982b426c8bd3e99d9237 Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Sat, 27 Jan 2024 18:08:30 -0800 Subject: [PATCH] rename + update deploy script --- deploy | 7 +++++++ src/index.html | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100755 deploy diff --git a/deploy b/deploy new file mode 100755 index 0000000..c0c1a90 --- /dev/null +++ b/deploy @@ -0,0 +1,7 @@ +#!/bin/bash + +set -e +set -x + +npx webpack +rsync -avz --delete dist/ beefslab@beefslab.com:~/grid.beefslab.com diff --git a/src/index.html b/src/index.html index d901d26..c9ae00f 100644 --- a/src/index.html +++ b/src/index.html @@ -2,7 +2,7 @@ - Webpack Starter + Grid