From 38e463a35ff915146ce79084d7ca8653d1fd6581 Mon Sep 17 00:00:00 2001 From: Neil Parikh Date: Mon, 26 Jul 2021 20:35:14 -0400 Subject: [PATCH] add script --- deploy-demo.bash | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 deploy-demo.bash diff --git a/deploy-demo.bash b/deploy-demo.bash new file mode 100755 index 00000000..2973bfc2 --- /dev/null +++ b/deploy-demo.bash @@ -0,0 +1,7 @@ +#!/bin/bash +export NEXT_PUBLIC_BASE_PATH="/~$USER/website-demo" +rm -rf ~/www/website-demo +npm install +npm run build +npm run export +mv out ~/www/website-demo -- 2.39.2