Update github edit link

Move secure token to travis setup

Update deploy

show what's going on

try
This commit is contained in:
Paulus Schoutsen 2016-08-21 17:03:16 -07:00
parent 5e6b7fd977
commit 82fb2aa61d
3 changed files with 3 additions and 6 deletions

View File

@ -3,7 +3,4 @@ sudo: false
cache: bundler
script: rake generate
after_success:
- '[ "${TRAVIS_BRANCH}" = "master" ] && [ "${TRAVIS_PULL_REQUEST}" = "false" ] && rake deploy || false'
env:
global:
secure: RgYtd9+qY3kBrDbAqSGszBEiZIalPzSd72a0w4zyG1FX4B/xA9ilqH1mLaBbjNsuwsDIfW6D4Vupec8Uh/eBtLKAt05pdZ70WiP9TYg1QRQS9k5epaqbOvxFzIzQO4Mcz1dT0tuMJ9c0H9VXUjFJVtCG17vkPpK3qHkYW0GAxqE=
- '[ "${TRAVIS_BRANCH}" = "current" ] && [ "${TRAVIS_PULL_REQUEST}" = "false" ] && rake deploy || false'

@ -1 +1 @@
Subproject commit 3633483305bb092ff72024ac1b59e66f7c1aacc0
Subproject commit 69146ecaf4d31902ab9ea0a4e6c9f3985d99e808

View File

@ -1,4 +1,4 @@
{% assign url_parts = page.url | split: '/' %}
{% if page.hide_github_edit != true %}
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.io/tree/master/source/{{ page.path }}'>Edit this page on GitHub</a></div>
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.github.io/tree/current/source/{{ page.path }}'>Edit this page on GitHub</a></div>
{% endif %}