From cc631da16cde045e6ec8f2aec37e728ba621fff1 Mon Sep 17 00:00:00 2001 From: kristof Date: Tue, 9 Feb 2021 19:50:05 +0200 Subject: [PATCH] installer cleanup --- build.sh | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100755 build.sh diff --git a/build.sh b/build.sh deleted file mode 100755 index c4edbe857..000000000 --- a/build.sh +++ /dev/null @@ -1,27 +0,0 @@ - - -set -e -cd /Users/sacha/codewww/github/threefoldfoundation/www_examplesite - -#need to ignore errors for getting nvm not sure why -set +e -source /Users/sacha/.publisher/nvm.sh - -set -e -nvm use --lts - -export PATH=/Users/sacha/.publisher/versions/node/v15.8.0/bin:$PATH - -set +e -gridsome build - -set -e - -mkdir -p /Users/sacha/.publisher/publish/www_examplesite -rsync -ra --delete /Users/sacha/codewww/github/threefoldfoundation/www_examplesite/dist/ /Users/sacha/.publisher/publish/www_examplesite/ - -cd /Users/sacha/codewww/github/threefoldfoundation/www_examplesite/dist - -#echo go to http://localhost:9999/ - #python3 -m http.server 9999 -