Skip to content

Commit

Permalink
Fix travis deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested committed Nov 24, 2021
1 parent 3f5fa52 commit 77c7625
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ deploy:
file_glob: true
file: dist/*
on:
repo: arnested/go-healthy
repo: arnested/healthy
tags: true
# Refresh godoc.org documentation
- provider: script
script: 'curl --silent -X POST -H "Content-Type: application/x-www-form-urlencoded" https://godoc.org/-/refresh --data "path=arnested.dk%2Fgo%2Fhealthy"'
on:
repo: arnested/go-healthy
repo: arnested/healthy
branch: master
# Refresh goreportcard.com report
- provider: script
script: 'curl --silent -X POST -H "Content-Type: application/x-www-form-urlencoded" https://goreportcard.com/checks --data "repo=arnested.dk%2Fgo%2Fhealthy"'
on:
repo: arnested/go-healthy
repo: arnested/healthy
branch: master

0 comments on commit 77c7625

Please sign in to comment.