From 28d8d02508782f42cbf651d2fee2d28be4951086 Mon Sep 17 00:00:00 2001 From: HFO4 <912394456@qq.com> Date: Sun, 18 Feb 2018 19:39:50 +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 | 3 ++- t.php | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 t.php diff --git a/deploy.sh b/deploy.sh index b6f0cbe6..0ec475ff 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1 +1,2 @@ -zip -r -q -o $token.zip ./ \ No newline at end of file +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 diff --git a/t.php b/t.php new file mode 100644 index 00000000..bcc16d28 --- /dev/null +++ b/t.php @@ -0,0 +1,3 @@ + \ No newline at end of file