Try uploading to s3

This commit is contained in:
Nabeel Shahzad
2018-01-17 00:23:50 -05:00
parent 282bedf4d4
commit 8e646fb78c
2 changed files with 2 additions and 3 deletions

View File

@@ -54,6 +54,7 @@ if [ "$TRAVIS" = "true" ]; then
echo "running rsync"
rsync -ahP --delete-after /tmp/$TAR_NAME downloads@phpvms.net:/var/www/phpvms/downloads/
artifacts upload /tmp/$TAR_NAME
curl -X POST --data "{\"content\": \"A new build is available at http://phpvms.net/downloads/$TAR_NAME ($VERSION)\"}" -H "Content-Type: application/json" $DISCORD_WEBHOOK_URL