Skip to content

Commit 896c1e9

Browse files
committed
deploy from travis
1 parent 8426507 commit 896c1e9

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.travis.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ install: "pip install -r requirements.txt"
1515
script: make travis
1616
addons:
1717
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

0 commit comments

Comments
 (0)