From 77c7625e820f048783b07cc3d5adfe49bbc5ab12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20J=C3=B8rgensen?= Date: Wed, 24 Nov 2021 08:20:14 +0100 Subject: [PATCH] Fix travis deploy --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 01699ee..7db5a45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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