diff --git a/deploy.sh b/deploy.sh index b6f0cbe6ef6175385932055f2c3ed4a122e67adf..0ec475ff3f357edcc7ca6bcf618b1caf78993417 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 0000000000000000000000000000000000000000..bcc16d28f97759377de4fe396782f9d4527ca0da --- /dev/null +++ b/t.php @@ -0,0 +1,3 @@ + \ No newline at end of file