File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,17 @@ install: "pip install -r requirements.txt"
15
15
script : make travis
16
16
addons :
17
17
artifacts : true
18
- # deploy:
19
- # - provider: s3
20
- # access_key_id: $AWS_ACCESS_KEY # declared in Travis repo settings
21
- # secret_access_key: $AWS_SECRET_KEY
22
- # bucket: pythonplot.com
23
- # endpoint: pythonplot.com.s3-website-us-east-1.amazonaws.com
24
- # region: us-east-1
25
- # skip_cleanup: true
26
- # local-dir: web
27
- # acl: public_read
28
- # default_text_charset: 'utf-8'
29
- # detect_encoding: true
30
- # on:
31
- # branch: master
18
+ deploy :
19
+ - provider : s3
20
+ access_key_id : $AWS_ACCESS_KEY # declared in Travis repo settings
21
+ secret_access_key : $AWS_SECRET_KEY
22
+ bucket : pythonplot.com
23
+ endpoint : pythonplot.com.s3-website-us-east-1.amazonaws.com
24
+ region : us-east-1
25
+ skip_cleanup : true
26
+ local-dir : web
27
+ acl : public_read
28
+ default_text_charset : ' utf-8'
29
+ detect_encoding : true
30
+ on :
31
+ branch : master
You can’t perform that action at this time.
0 commit comments