diff --git a/.travis.yml b/.travis.yml index fc53d44..43dbcd4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,17 @@ script: "./gradlew clean build" notifications: email: recipients: - - dinophy@nate.com \ No newline at end of file + - dinophy@nate.com + +deploy: + - provider: s3 + access_key_id: $AWS_ACCESS_KEY + secret_access_key: $AWS_SECRET_KEY + bucket: spring-template-deploy + region: ap-northeast-2 + skip_cleanup: true + acl: public_read + wait-until-deployed: true + on: + repo: /discphy/spring.template + branch: master \ No newline at end of file