see if var names are replaced
This commit is contained in:
parent
0e046bcf48
commit
fe7278c3b7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user