1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-08 03:31:59 +02:00

docs: deploy: wtf travis

This commit is contained in:
Carlos Alexandro Becker 2018-03-11 13:08:21 -03:00
parent cf861c4630
commit 038d8e0a0b
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -25,17 +25,16 @@ after_success:
- make static
deploy:
- provider: pages
skip_cleanup: true
keep-history: true
skip-cleanup: true
verbose: true
github_token: $GITHUB_TOKEN
github-token: $GITHUB_TOKEN
repo: goreleaser/goreleaser.github.io
local_dir: ./dist/goreleaser.github.io
target_branch: master
local-dir: ./dist/goreleaser.github.io
target-branch: master
on:
master: true
- provider: script
skip_cleanup: true
skip-cleanup: true
script: go run main.go --rm-dist
on:
tags: true