Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit a5ced88

Browse files
author
edunham
committed
Have Travis build the site and push to S3
See https://travis-ci.org/edunham/rust-www/builds/67560526 and http://www-rust-lang-org.s3-website-us-west-1.amazonaws.com/ for an example of it successfully working. That was built specifying `edunham/rust-www`, whereas the file now specifies `rust-lang/rust-www` because we want to automate builds after this PR lands.
1 parent d9d69ef commit a5ced88

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.travis.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
language: ruby
2+
rvm:
3+
- 2.1
4+
install: gem install jekyll
5+
script: jekyll build
6+
branches:
7+
only:
8+
- master
9+
deploy:
10+
provider: s3
11+
access_key_id: AKIAIR4V3CAS724EMHFQ
12+
secret_access_key:
13+
secure: Gg8T6boIjCYXZX+e4Il7LEyU6QQoHXGnBJcI4I5ODNsXpPjeBI2eER6BbwFd75RwfKOG4SW+K0DXKMyItpzPIg5GE4TPlrNPMB6ikV6bsrZLuP1BnpV4AwdpfhpJ1RY7F3DlOAiVvPthiDHeINAaca0LOVgv2c9H5LlOZj72Y3DDRn8NH9YTPGsPDEipq7q4ieJBuTNpKhPio4ii+oZQMWJPwpwWuTw0Fgb1GUw2Usw9Cl9FeYntrSL7LW45Eazu1NPfWQWgMLQ1MCQEntmBJyOGSKbp6uyy3607eLJ+L3dZhX+trXSOKR1qKI/pNp7TGbTbqbB8+x3UxJe2CDWkBGiNbd8SXmC41crRm6rnGnbVZV7ASeXWV2D4j2I+kuVFXtTPlf1N7D9ND05SEtSMUgTUuJ9reZK5BgybrYt2MgXsUhXzl0VecwBWVkX0zc7S3Ny3oZFK2kQA/Z/rNKUi5aqzWxF/bGDpIseR7Mqyz+VQw801D3T9qX6RfTwme4q04Qbud2h7v5Emn+hIUOa6nXXa6zdopX1H8hbKTON5+/gG1WJzbWfMndQWpMDYjtlhRODb0MCJ/NB4nMZ5dNREyAODZ1yN590i4a6w55kr6OUu3L2S53XewK1dUFGU2PgqILDxa9zNivxVnXbPObecijWYY9cOpv/PYQoeBlTbYXY=
14+
bucket: www-rust-lang-org
15+
acl: public_read
16+
skip_cleanup: true
17+
local_dir: _site
18+
region: us-west-1
19+
on:
20+
repo: rust-lang/rust-www
21+
branch: master

0 commit comments

Comments
 (0)