Skip to content

Commit

Permalink
Attempt to set up automatic github releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ch3pjw committed Oct 25, 2017
1 parent 0478d02 commit 75b1b81
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,15 @@ notifications:
on_failure: change
template:
- "%{repository_name}/%{branch} %{result}: %{build_url}"
deploy:
provider: releases
api_key:
secure: vT8y4AmhZf5+RFxkYfVpRufoF6jN50j8ZFSR/C/5jydvKdCsSmqH5VfxL6aOHktMynyjH/jCLF8nUrjfAJDU6YZ6mojX2CdpFfjRcpj/a7xFee+R70gyrAVXrR2QO0BkmEDhi9+1lpUEl+Q6Sh712rlP9sBh7fYd1Q1VIKZ+Y06rA7tCCfHr2VFc3KBp8rUZfyNTxlyyc69l8vS+SoKvKoVDp2Z6UNcFjfHeHFJ+fizWbQtDjVv/TVaheOgglPZuRm0PQw5LhLotDN+4ZouppG9EVKez4kWaCfcEq7sBvnBfAMrBknTTA3S/QRTvDGQwuiV5LzInOxpUrrUwtCcY3PTuh2kauKjE+Iqve9U2lKBMcwdsKXXTBtMUlnXYPXz4XKgKcaDOk53xHV8PViDEpRaqTmwRlE/kpTUd78viqkBQXMrdNU8sVbf+Oro5UXMFsfqd10mfeQnYHfLMuUOSIEIQu81GjokgS3EDVDKQnznptPhnScxfpFnUBOMznUaHbdkQffvKvvI8wt0RDJbAEJ4xzEyiBgpVgWUL+cagd6WfevwmPxXGaDlp7TAnVjJ2cWC6mxULms9vv5bODPIQOIbXoE1kzeXpPizb4Vs76AWiDaACuN3e8xGf8oSdwaYcYV1/qAh6a7LZkKkJMU1FlWkbt3IiScYx1bD5Z7R6xnQ=
file_glob: true
file:
- build/*
- static/raleway-medium-concert.woff
skip_cleanup: true
on:
tags: true
repo: concert/branding
5 changes: 0 additions & 5 deletions src/concert_branding/logos.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ def font_css(name, path, weight, style='normal'):
'''.format(name=name, path=path, style=style, weight=weight)


raleway_regular_css = font_css(
'Raleway',
os.path.join(static_path, 'raleway-regular-concert.woff'),
weight=400
)
raleway_medium_css = font_css(
'Raleway',
os.path.join(static_path, 'raleway-medium-concert.woff'),
Expand Down

0 comments on commit 75b1b81

Please sign in to comment.