From df919a819f89faecbb3d8fe05e827bedfe98a5a0 Mon Sep 17 00:00:00 2001 From: discphy Date: Mon, 19 Sep 2022 23:02:22 +0900 Subject: [PATCH] ci: travis build --- .travis.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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