From 697cbf4a218b52032c3da69e4ca99f6d284b6c65 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sun, 28 Aug 2022 14:14:02 +0530 Subject: Updates Deploy script --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 004dc81..5e5053f 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,4 +1,4 @@ #!/usr/bin/zsh npm run build cd public -mv -v ./* /var/www/html \ No newline at end of file +mv -v -f ./* /var/www/html \ No newline at end of file -- cgit v1.2.3