Skip to content

Commit 98461c3

Browse files
committed
uncomment codedeploy
1 parent cc58781 commit 98461c3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.travis.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ deploy:
2525
on:
2626
branch: deploy/*
2727
# deploy by using codedeploy
28-
# - provider: codedeploy
29-
# bucket: deploy-${ENV}.hana053.com
30-
# region: ${AWS_DEFAULT_REGION}
31-
# key: micropost/codedeploy.tar.gz
32-
# application: micropost-${ENV}
33-
# deployment_group: web
34-
# bundle_type: tgz
35-
# on:
36-
# branch: deploy/*
28+
- provider: codedeploy
29+
bucket: deploy-${ENV}.hana053.com
30+
region: ${AWS_DEFAULT_REGION}
31+
key: micropost/codedeploy.tar.gz
32+
application: micropost-${ENV}
33+
deployment_group: web
34+
bundle_type: tgz
35+
on:
36+
branch: deploy/*
3737

0 commit comments

Comments
 (0)