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:
parent
038d8e0a0b
commit
f33fcc15b3
11
.travis.yml
11
.travis.yml
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user