replace ./ for /Users/dm in travis S3 uploader

This commit is contained in:
Doug Morato 2015-08-20 20:05:12 -04:00
parent e5a475eff8
commit 950fe974a7

View File

@ -17,7 +17,7 @@ deploy:
bucket: "webgoat-war"
skip_cleanup: true
acl: public_read
local_dir: .build/dougmorato/WebGoat/webgoat-container/target/
local_dir: $HOME/build/dougmorato/WebGoat/webgoat-container/target/
on:
repo: dougmorato/WebGoat
branch: docs