fix directory to upload to S3
This commit is contained in:
parent
5fba3a05cd
commit
68cf2c033f
@ -1,10 +1,14 @@
|
|||||||
language: java
|
language: java
|
||||||
|
|
||||||
jdk:
|
jdk:
|
||||||
- oraclejdk7
|
- oraclejdk7
|
||||||
- oraclejdk8
|
- oraclejdk8
|
||||||
|
|
||||||
install: "/bin/true"
|
install: "/bin/true"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- mvn clean package install
|
- mvn clean package install
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: s3
|
provider: s3
|
||||||
access_key_id: AKIAJQLKPGHXRH2AH5QA
|
access_key_id: AKIAJQLKPGHXRH2AH5QA
|
||||||
@ -13,7 +17,7 @@ deploy:
|
|||||||
bucket: "webgoat-war"
|
bucket: "webgoat-war"
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
acl: public_read
|
acl: public_read
|
||||||
local_dir: - ./WebGoat/webgoat-container/target/
|
local_dir: build/dougmorato/WebGoat/webgoat-container/target/
|
||||||
on:
|
on:
|
||||||
repo: dougmorato/WebGoat
|
repo: dougmorato/WebGoat
|
||||||
branch: docs
|
branch: docs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user