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

Commit 8aa8e5a

Browse files
committed
Merge pull request #150 from edunham/s3-deploy
Build site on S3 (tidy PR this time)
2 parents 60c1a1d + 7f2f9aa commit 8aa8e5a

File tree

3 files changed

+35
-0
lines changed

3 files changed

+35
-0
lines changed

.travis.yml

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

error.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
layout: default
3+
title: Error
4+
---
5+
<div align="center">
6+
<br>
7+
<img src="logos/error.png">
8+
<br>
9+
<br>
10+
<p>Something went terribly wrong!</p>
11+
<p>I was just minding my own business and now I'm over here on an error
12+
page!</p>
13+
<p>Can you <a href="https://github.com/rust-lang/rust-www">help make this
14+
site better</a>?</p>
15+
</div>

logos/error.png

37.4 KB
Loading

0 commit comments

Comments
 (0)