From 254ccca9b16abc5ffc1e45fa681ac598bfa7ebd2 Mon Sep 17 00:00:00 2001 From: sevichecc <91365763+Sevichecc@users.noreply.github.com> Date: Fri, 3 Feb 2023 23:40:54 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E2=99=BB=EF=B8=8F=20remove=20deplo?= =?UTF-8?q?y=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/deploy.sh b/deploy.sh index c5b8c58d..5d454515 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,7 +1,5 @@ #!/bin/bash echo "————————1. Build locally————————" netlify build -echo "————————2.Deploy test———————————" -netlify deploy -echo "————————3.Deploy————————————————" +echo "————————2.Deploy————————————————" netlify deploy --prod \ No newline at end of file