Skip to content

Commit

Permalink
deubug
Browse files Browse the repository at this point in the history
  • Loading branch information
chihiro-adachi committed Mar 2, 2017
1 parent f18b5ae commit 233f1ec
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,10 @@ before_deploy:

deploy:
provider: s3
access_key_id: AKIAJQ4F5OCFFAOJW6QQ
secret_access_key:
secure: Be9j8WLPpEBULIMO/Ir3ruzQYwsmn2aeBuGwtjBxJ0qaKBJ6Ay+X4fq4dx0pEEmoyKlH2K0zGTAr3UxMci+U5DsjeT8IEOVqoCkf79QEl47bKa3GBEZ5NnfrIJIGV3Rl2LtNy9vo5xsPLWEsZvgq/2UO+BXAUp3KeZAIb/9zh94=
access_key_id: $AWS_ID
secret_access_key: $AWS_KEY
bucket: ca-2017-03-01
endpoint: s3-ap-northeast-1.amazonaws.com
# endpoint: s3-ap-northeast-1.amazonaws.com
region: ap-northeast-1
skip_cleanup: true
local_dir: release/package
Expand Down

0 comments on commit 233f1ec

Please sign in to comment.