Skip to content
This repository has been archived by the owner on Jun 21, 2018. It is now read-only.

Commit

Permalink
Make zip archive to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlexx committed Jan 14, 2016
1 parent d56437c commit a6f5828
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@ notifications:
on_success: change
on_failure: always
on_start: never
before_deploy: "npm run build"
before_deploy: "npm run build && zip -9 -r moira.zip dist/ index.html favicon.ico"
deploy:
provider: releases
api_key:
secure: Xoo4SzDifjrsg826p+QMrCeZyPbELgSbmrBkF6TyezP2fli+riPsn+zassWMmN3K6lvNXQHCanjKFJ/K98SSbvT8JacpT4CPh45FEAZwADnENwIwUmjmUouT2rfnso0XPc3S6MIvBFlfidjvGJBjeOp6/6tRmA0yghk9eQIglo4OUwn21F4JVEinGuC6P/28xFX7gpEcjoII8SwJHAGQZaa9UJK2gDbRcLuziQ8G0vDjWtiPuumxou/nq6KWtUca6cGkbuJASeWNKqbh56BryrNBpBWzzQVxHkg1Ri7tyZ3iWpn3VFaTd4Us6DlEA4rKRN+QqiZbqqApxEk8ldQ5JOGGEPZOIHXFeHytJlezc+R6IeQpsZ4LO7C2dBhRbapA7U6kF+Z414Ay+LJn0g3ARJw8iMochIQkYKGpnUVqxIZ0u40ryK5Fg2Xqd5MiAWio2YTTCpV5Hu5DAgDRyeV7vTTQ/ZnkzieSQ/aolfjhnpGNOgFTB4c50gCLXECCary2LtTZEZSMpIU0P4SCerOyMmtPTLfpKinf9DmVHl2lmvlDjaZAUf4p3RPto8RNdXM//aLgfGZq4bBU4OOOWUuSUfOi7WQSYN0fXs0AKT5OhSdEjUDXlp4Tl8hC2W8IpdpPDtdg3HgUMrkpnihGto71uJlAIQT+9e4ABT5Tg+rWNFU=
file:
- dist
- index.html
- favicon.ico
file: moira.zip
skip_cleanup: true
on:
tags: true

0 comments on commit a6f5828

Please sign in to comment.