see if var names are replaced

This commit is contained in:
Nabeel Shahzad 2018-01-04 21:52:55 -06:00
parent 0e046bcf48
commit fe7278c3b7

View File

@ -52,6 +52,9 @@ if [ "$TRAVIS" = "true" ]; then
echo "running rsync"
rsync -ahP --delete-after /tmp/$TAR_NAME downloads@phpvms.net:/var/www/downloads/
export $TAR_NAME
export $VERSION
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
fi