From b478b1e3ee537470a8b553664770fb09fbb8ffc0 Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Sun, 8 Nov 2020 20:50:42 +0000 Subject: [PATCH] update deploy script --- deploy.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index b21127a..287e21a 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,7 +1,6 @@ #! /usr/bin/env bash -./build.sh rm -rf dist mkdir dist -cp -r README.md LICENSE index.html script.js background.png pkg includes dist +cp -r README.md LICENSE index.html script.js pkg includes dist # butler push dist ruin/pixsy:html