-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
29 lines (29 loc) · 995 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
sudo: false
language: ruby
rvm:
- 2.1.1
cache: bundler
script:
- bundle exec jekyll build
- bundle exec jekyll build --drafts --destination _site_drafts
deploy:
- provider: s3
access_key_id: AKIAJQWAC4ACI2DAMF6Q
secret_access_key:
secure: PeFov7O2l7gAJdwrOE+ERn1ZHnULiS6ve2ZbDbwIugX/wLWXHOtOjYSjsnNc9gX106LI1aOWFyn7/hlFtlzVpIG8dvtS27uKK4PTc8yc5vDLsYAyN102lJ6K6+c62GGHUa1kqc6C0P60aKoA4kfRMN2RpuLtQ6//aEP1PhbaA/M=
bucket: andrewseidl.com
local-dir: _site
acl: public_read
skip_cleanup: true
on:
repo: andrewseidl/andrewseidl.com
- provider: s3
access_key_id: AKIAJQWAC4ACI2DAMF6Q
secret_access_key:
secure: PeFov7O2l7gAJdwrOE+ERn1ZHnULiS6ve2ZbDbwIugX/wLWXHOtOjYSjsnNc9gX106LI1aOWFyn7/hlFtlzVpIG8dvtS27uKK4PTc8yc5vDLsYAyN102lJ6K6+c62GGHUa1kqc6C0P60aKoA4kfRMN2RpuLtQ6//aEP1PhbaA/M=
bucket: drafts.andrewseidl.com
local-dir: _site_drafts
acl: public_read
skip_cleanup: true
on:
repo: andrewseidl/andrewseidl.com