Skip to content

Commit

Permalink
fix: .goreleaser.yaml build spec
Browse files Browse the repository at this point in the history
  • Loading branch information
tympanix committed Mar 17, 2019
1 parent 98fb022 commit becdd0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
8 changes: 1 addition & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,14 @@ builds:
-X github.com/tympanix/supper/media/provider.tmdbToken={{.Env.TMDB_TOKEN}}
-X github.com/tympanix/supper/media/provider.thetvdbToken={{.Env.THETVDB_TOKEN}}
archive:
files:
- web/*
- web/static/**/*
nfpm:
vendor: github.com/tympanix
maintainer: tympanix <[email protected]>
description: Download subtitles in a breeze
description: A blazingly fast multimedia manager
license: GNU-v3.0
formats:
- deb
files:
./web/*: /var/lib/supper/
./web/static/**/*: /var/lib/supper/static
./etc/supper.service: /lib/systemd/system/supper.service
config_files:
./etc/supper.yaml: /etc/supper/supper.yaml
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ docs:
git submodule update --recursive --remote
cd docs && hugo && cd ..

dist: clean build prerelease
goreleaser release --skip-publish --skip-validate

ci: build test codecov release

.PHONY: test docs clean

0 comments on commit becdd0d

Please sign in to comment.