Skip to content

Commit

Permalink
Deploy to GH
Browse files Browse the repository at this point in the history
  • Loading branch information
koterpillar committed Jan 9, 2015
1 parent 47f5a0f commit bcf1def
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,14 @@ cache:
directories:
- $HOME/.cabal

deploy:
provider: releases
api-key:
secure: "JkeIs3oHq3H3JraOPcuSPfYz0UmwW9PVF43DVnrvWVnT1bIql83YkyEnn8Ac93ybdsewQMUhkEDOBASRcyUI2IAv0/jcf3mmdGkU4lPtz4DlCrygv6e4jkHFaAcSH6T4Kjj+bykWiDTOgUVQu9N67HXAm9M3ll5f+wPerHgSZGw="
file: dist/build/multiblog/multiblog
skip_cleanup: true
on:
tags: true
all_branches: true

sudo: false

0 comments on commit bcf1def

Please sign in to comment.