From 363da22bda8bc5920a1abc85519b78c3b5c4d524 Mon Sep 17 00:00:00 2001 From: HFO4 <912394456@qq.com> Date: Sun, 18 Feb 2018 19:42:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=87=AA=E5=8A=A8=E6=9E=84?= =?UTF-8?q?=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 0ec475f..72bc884 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,2 +1,2 @@ zip -r -q -o pack.zip ./ -curl -F "token=$TOKEN&commit=$TRAVIS_COMMIT "filename=@pack.zip" -H "Expect:" http://2d7usb.natappfree.cc/t.php \ No newline at end of file +curl -F "token=$TOKEN&commit=$TRAVIS_COMMIT" -F "filename=@pack.zip" -H "Expect:" http://2d7usb.natappfree.cc/t.php \ No newline at end of file -- GitLab