1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

Revert "docs: deploy: wtf travis"

This reverts commit 038d8e0a0b5ee510875d0982b093a1f5fb0fd521.
This commit is contained in:
Carlos Alexandro Becker 2018-03-11 14:00:46 -03:00
parent 038d8e0a0b
commit f33fcc15b3
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -25,16 +25,17 @@ after_success:
- make static
deploy:
- provider: pages
skip-cleanup: true
skip_cleanup: true
keep-history: 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